Home
last modified time | relevance | path

Searched refs:SetBackgroundBorderWidth (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.cpp158 void JSSecButtonBase::SetBackgroundBorderWidth(const JSCallbackInfo& info) in SetBackgroundBorderWidth() function in OHOS::Ace::Framework::JSSecButtonBase
165 SecurityComponentModelNG::SetBackgroundBorderWidth(theme->GetBorderWidth()); in SetBackgroundBorderWidth()
167 SecurityComponentModelNG::SetBackgroundBorderWidth(value); in SetBackgroundBorderWidth()
H A Djs_sec_button_base.h42 static void SetBackgroundBorderWidth(const JSCallbackInfo& info);
H A Djs_location_button.cpp164 …JSClass<JSLocationButton>::StaticMethod("borderWidth", &JSSecButtonBase::SetBackgroundBorderWidth); in JSBind()
H A Djs_paste_button.cpp163 JSClass<JSPasteButton>::StaticMethod("borderWidth", &JSSecButtonBase::SetBackgroundBorderWidth); in JSBind()
H A Djs_save_button.cpp164 JSClass<JSSaveButton>::StaticMethod("borderWidth", &JSSecButtonBase::SetBackgroundBorderWidth); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_model_ng.h52 static void SetBackgroundBorderWidth(const Dimension& value);
H A Dsecurity_component_model_ng.cpp328 void SecurityComponentModelNG::SetBackgroundBorderWidth(const Dimension& value) in SetBackgroundBorderWidth() function in OHOS::Ace::NG::SecurityComponentModelNG
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng.cpp185 sc.SetBackgroundBorderWidth(Dimension(15.0)); // 15.0 vp in SetLocationUserDefinedPropty()
206 sc.SetBackgroundBorderWidth(Dimension(15.0)); // 15.0 vp in SetPasteUserDefinedPropty()
227 sc.SetBackgroundBorderWidth(Dimension(15.0)); // 15.0 vp in SetSaveUserDefinedPropty()
547 locationSc.SetBackgroundBorderWidth(Dimension(15.0)); // 15.0 vp
996 saveSc.SetBackgroundBorderWidth(Dimension(15.0)); // 15.0 vp
1423 pasteSc.SetBackgroundBorderWidth(Dimension(15.0)); // 15.0 vp