Searched refs:SetBackgroundBorderWidth (Results 1 – 8 of 8) sorted by relevance
158 void JSSecButtonBase::SetBackgroundBorderWidth(const JSCallbackInfo& info) in SetBackgroundBorderWidth() function in OHOS::Ace::Framework::JSSecButtonBase165 SecurityComponentModelNG::SetBackgroundBorderWidth(theme->GetBorderWidth()); in SetBackgroundBorderWidth()167 SecurityComponentModelNG::SetBackgroundBorderWidth(value); in SetBackgroundBorderWidth()
42 static void SetBackgroundBorderWidth(const JSCallbackInfo& info);
164 …JSClass<JSLocationButton>::StaticMethod("borderWidth", &JSSecButtonBase::SetBackgroundBorderWidth); in JSBind()
163 JSClass<JSPasteButton>::StaticMethod("borderWidth", &JSSecButtonBase::SetBackgroundBorderWidth); in JSBind()
164 JSClass<JSSaveButton>::StaticMethod("borderWidth", &JSSecButtonBase::SetBackgroundBorderWidth); in JSBind()
52 static void SetBackgroundBorderWidth(const Dimension& value);
328 void SecurityComponentModelNG::SetBackgroundBorderWidth(const Dimension& value) in SetBackgroundBorderWidth() function in OHOS::Ace::NG::SecurityComponentModelNG
185 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 vp996 saveSc.SetBackgroundBorderWidth(Dimension(15.0)); // 15.0 vp1423 pasteSc.SetBackgroundBorderWidth(Dimension(15.0)); // 15.0 vp