Home
last modified time | relevance | path

Searched refs:SetOverCountStyle (Results 1 – 8 of 8) 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.cpp636 void TextFieldComponent::SetOverCountStyle(const TextStyle& overCountStyle) in SetOverCountStyle() function in OHOS::Ace::TextFieldComponent
638 declaration_->SetOverCountStyle(overCountStyle); in SetOverCountStyle()
H A Dtext_field_component.h213 void SetOverCountStyle(const TextStyle& overCountStyle);
/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/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h859 void SetOverCountStyle(const TextStyle& overCountStyle) in SetOverCountStyle() function