Home
last modified time | relevance | path

Searched refs:SetIconColor (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_sec_button_base.h31 static void SetIconColor(const JSCallbackInfo& info);
H A Djs_sec_button_base.cpp42 void JSSecButtonBase::SetIconColor(const JSCallbackInfo& info) in SetIconColor() function in OHOS::Ace::Framework::JSSecButtonBase
51 SecurityComponentModelNG::SetIconColor(color); in SetIconColor()
H A Djs_location_button.cpp158 JSClass<JSLocationButton>::StaticMethod("iconColor", &JSSecButtonBase::SetIconColor); in JSBind()
H A Djs_paste_button.cpp157 JSClass<JSPasteButton>::StaticMethod("iconColor", &JSSecButtonBase::SetIconColor); in JSBind()
H A Djs_save_button.cpp158 JSClass<JSSaveButton>::StaticMethod("iconColor", &JSSecButtonBase::SetIconColor); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Dapp_bar_view.h47 void SetIconColor(const std::optional<Color>& color) {} in SetIconColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_model_ng.h45 static void SetIconColor(const Color& value);
H A Dsecurity_component_model_ng.cpp279 void SecurityComponentModelNG::SetIconColor(const Color& value) in SetIconColor() function in OHOS::Ace::NG::SecurityComponentModelNG
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/atomic_service_bar/
H A Djs_atomic_service_bar.cpp131 SetBarInUIThread([color, appBar]() { appBar->SetIconColor(color); }, "ArkUIAppBarSetIconColor"); in JSSetIconColor()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng.cpp178 sc.SetIconColor(Color::RED); in SetLocationUserDefinedPropty()
199 sc.SetIconColor(Color::RED); in SetPasteUserDefinedPropty()
220 sc.SetIconColor(Color::RED); in SetSaveUserDefinedPropty()