Home
last modified time | relevance | path

Searched refs:GetOverCountStyle (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textarea/
H A Dtextarea_declaration.cpp67 textFieldDeclaration_->SetOverCountStyle(theme->GetOverCountStyle()); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp641 const TextStyle& TextFieldComponent::GetOverCountStyle() const in GetOverCountStyle() function in OHOS::Ace::TextFieldComponent
643 return declaration_->GetOverCountStyle(); in GetOverCountStyle()
H A Dtext_field_component.h214 const TextStyle& GetOverCountStyle() const;
H A Dtextfield_theme.h440 const TextStyle& GetOverCountStyle() const in GetOverCountStyle() function
H A Drender_text_field.cpp350 overCountStyle_ = textField->GetOverCountStyle(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_field_model_impl.cpp106 textAreaComponent->SetOverCountStyle(theme->GetOverCountStyle()); in InitTextAreaDefaultStyle()
194 textInputComponent->SetOverCountStyle(theme->GetOverCountStyle()); in InitTextInputDefaultStyle()
H A Dsearch_model_impl.cpp311 component->SetOverCountStyle(theme->GetOverCountStyle()); in InitializeDefaultValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.cpp87 style.overCountStyle = theme->GetOverCountStyle(); in InitializeStyle()
H A Dtextfield_declaration.h865 const TextStyle& GetOverCountStyle() const in GetOverCountStyle() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_textarea.cpp71 component->SetOverCountStyle(theme->GetOverCountStyle()); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp65 component->SetOverCountStyle(theme->GetOverCountStyle()); in InitDefaultValue()