Home
last modified time | relevance | path

Searched refs:hasBoxRadius_ (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_search.h55 bool hasBoxRadius_ = false; member in OHOS::Ace::Framework::final
H A Ddom_textarea.h61 bool hasBoxRadius_ = false; member in OHOS::Ace::Framework::final
H A Ddom_textarea.cpp252 hasBoxRadius_ = DOMTextFieldUtil::IsRadiusStyle(style.first); in SetSpecializedStyle()
358 if (hasBoxRadius_) { in UpdateDecoration()
375 if (!hasBoxRadius_) { in UpdateDecoration()
H A Ddom_search.cpp250 hasBoxRadius_ = true; in SetSpecializedStyle()
334 DOMTextFieldUtil::UpdateDecorationStyle(boxComponent_, textFieldComponent_, boxBorder, hasBoxRadius_); in PrepareSpecializedComponent()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/search/
H A Dsearch_declaration.h234 bool hasBoxRadius_ = false; member in OHOS::Ace::SearchDeclaration
H A Dsearch_declaration.cpp270 hasBoxRadius_ = true; in SetSpecializedStyle()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h1068 return hasBoxRadius_; in HasBoxRadius()
1075 bool hasBoxRadius_ = false; member in OHOS::Ace::TextFieldDeclaration
H A Dtextfield_declaration.cpp273 hasBoxRadius_ = true; in SetSpecializedStyle()

Completed in 7 milliseconds