Searched refs:ParseJsColorStrategy (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_loading_progress.cpp | 97 if (ParseJsColorStrategy(info[0], strategy)) { in SetForegroundColor()
|
H A D | js_shape.cpp | 345 if (ParseJsColorStrategy(info[0], strategy)) { in SetForegroundColor()
|
H A D | js_shape_abstract.cpp | 461 if (ParseJsColorStrategy(info[0], strategy)) { in SetForegroundColor()
|
H A D | js_view_abstract.h | 313 … static bool ParseJsColorStrategy(const JSRef<JSVal>& jsValue, ForegroundColorStrategy& strategy);
|
H A D | js_text.cpp | 269 if (ParseJsColorStrategy(info[0], strategy)) { in SetForegroundColor()
|
H A D | js_textfield.cpp | 549 if (ParseJsColorStrategy(jsValue, strategy)) { in SetForegroundColor()
|
H A D | js_view_abstract.cpp | 5622 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 D | arkts_native_loading_progress_bridge.cpp | 85 if (ArkTSUtils::ParseJsColorStrategy(vm, colorArg, strategy)) { in SetForegroundColor()
|
H A D | arkts_utils.h | 121 static bool ParseJsColorStrategy(
|
H A D | arkts_native_common_shape_bridge.cpp | 438 if (ArkTSUtils::ParseJsColorStrategy(vm, colorArg, strategy)) { in SetForegroundColor()
|
H A D | arkts_native_text_bridge.cpp | 190 if (ArkTSUtils::ParseJsColorStrategy(vm, colorArg, strategy)) { in SetForegroundColor()
|
H A D | arkts_utils.cpp | 1325 bool ArkTSUtils::ParseJsColorStrategy( in ParseJsColorStrategy() function in OHOS::Ace::NG::ArkTSUtils
|