Home
last modified time | relevance | path

Searched refs:SetBackgroundBorderColor (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_sec_button_base.h43 static void SetBackgroundBorderColor(const JSCallbackInfo& info);
H A Djs_sec_button_base.cpp171 void JSSecButtonBase::SetBackgroundBorderColor(const JSCallbackInfo& info) in SetBackgroundBorderColor() function in OHOS::Ace::Framework::JSSecButtonBase
180 SecurityComponentModelNG::SetBackgroundBorderColor(borderColor); in SetBackgroundBorderColor()
H A Djs_location_button.cpp165 …JSClass<JSLocationButton>::StaticMethod("borderColor", &JSSecButtonBase::SetBackgroundBorderColor); in JSBind()
H A Djs_paste_button.cpp164 JSClass<JSPasteButton>::StaticMethod("borderColor", &JSSecButtonBase::SetBackgroundBorderColor); in JSBind()
H A Djs_save_button.cpp165 JSClass<JSSaveButton>::StaticMethod("borderColor", &JSSecButtonBase::SetBackgroundBorderColor); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_model_ng.h53 static void SetBackgroundBorderColor(const Color& value);
H A Dsecurity_component_model_ng.cpp338 void SecurityComponentModelNG::SetBackgroundBorderColor(const Color& value) in SetBackgroundBorderColor() function in OHOS::Ace::NG::SecurityComponentModelNG
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng.cpp186 sc.SetBackgroundBorderColor(Color::GREEN); in SetLocationUserDefinedPropty()
207 sc.SetBackgroundBorderColor(Color::GREEN); in SetPasteUserDefinedPropty()
228 sc.SetBackgroundBorderColor(Color::GREEN); in SetSaveUserDefinedPropty()
548 locationSc.SetBackgroundBorderColor(Color::GREEN);
997 saveSc.SetBackgroundBorderColor(Color::GREEN);
1424 pasteSc.SetBackgroundBorderColor(Color::GREEN);