Home
last modified time | relevance | path

Searched refs:GetCountTextStyle (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textarea/
H A Dtextarea_declaration.cpp66 textFieldDeclaration_->SetCountTextStyle(theme->GetCountTextStyle()); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp631 const TextStyle& TextFieldComponent::GetCountTextStyle() const in GetCountTextStyle() function in OHOS::Ace::TextFieldComponent
633 return declaration_->GetCountTextStyle(); in GetCountTextStyle()
H A Dtext_field_component.h211 const TextStyle& GetCountTextStyle() const;
H A Dtextfield_theme.h435 const TextStyle& GetCountTextStyle() const in GetCountTextStyle() function
H A Drender_text_field.cpp349 countTextStyle_ = textField->GetCountTextStyle(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_field_model_impl.cpp105 textAreaComponent->SetCountTextStyle(theme->GetCountTextStyle()); in InitTextAreaDefaultStyle()
193 textInputComponent->SetCountTextStyle(theme->GetCountTextStyle()); in InitTextInputDefaultStyle()
H A Dsearch_model_impl.cpp310 component->SetCountTextStyle(theme->GetCountTextStyle()); in InitializeDefaultValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.cpp86 style.countTextStyle = theme->GetCountTextStyle(); in InitializeStyle()
H A Dtextfield_declaration.h853 const TextStyle& GetCountTextStyle() const in GetCountTextStyle() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_textarea.cpp70 component->SetCountTextStyle(theme->GetCountTextStyle()); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp64 component->SetCountTextStyle(theme->GetCountTextStyle()); in InitDefaultValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp464 theme->GetCountTextStyle(); in UpdateCounterNode()
H A Dtext_field_pattern.cpp4338 theme->GetCountTextStyle(); in MeasureCounterNodeHeight()