Home
last modified time | relevance | path

Searched refs:ParseJsColorStrategy (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_loading_progress.cpp97 if (ParseJsColorStrategy(info[0], strategy)) { in SetForegroundColor()
H A Djs_shape.cpp345 if (ParseJsColorStrategy(info[0], strategy)) { in SetForegroundColor()
H A Djs_shape_abstract.cpp461 if (ParseJsColorStrategy(info[0], strategy)) { in SetForegroundColor()
H A Djs_view_abstract.h313 … static bool ParseJsColorStrategy(const JSRef<JSVal>& jsValue, ForegroundColorStrategy& strategy);
H A Djs_text.cpp269 if (ParseJsColorStrategy(info[0], strategy)) { in SetForegroundColor()
H A Djs_textfield.cpp549 if (ParseJsColorStrategy(jsValue, strategy)) { in SetForegroundColor()
H A Djs_view_abstract.cpp5622 bool JSViewAbstract::ParseJsColorStrategy(const JSRef<JSVal>& jsValue, ForegroundColorStrategy& str… in ParseJsColorStrategy() function in OHOS::Ace::Framework::JSViewAbstract
10122 if (ParseJsColorStrategy(info[0], strategy)) { in JsForegroundColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_loading_progress_bridge.cpp85 if (ArkTSUtils::ParseJsColorStrategy(vm, colorArg, strategy)) { in SetForegroundColor()
H A Darkts_utils.h121 static bool ParseJsColorStrategy(
H A Darkts_native_common_shape_bridge.cpp438 if (ArkTSUtils::ParseJsColorStrategy(vm, colorArg, strategy)) { in SetForegroundColor()
H A Darkts_native_text_bridge.cpp190 if (ArkTSUtils::ParseJsColorStrategy(vm, colorArg, strategy)) { in SetForegroundColor()
H A Darkts_utils.cpp1325 bool ArkTSUtils::ParseJsColorStrategy( in ParseJsColorStrategy() function in OHOS::Ace::NG::ArkTSUtils