Home
last modified time | relevance | path

Searched refs:SetCountTextStyle (Results 1 – 8 of 8) 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.cpp626 void TextFieldComponent::SetCountTextStyle(const TextStyle& countTextStyle) in SetCountTextStyle() function in OHOS::Ace::TextFieldComponent
628 declaration_->SetCountTextStyle(countTextStyle); in SetCountTextStyle()
H A Dtext_field_component.h210 void SetCountTextStyle(const TextStyle& countTextStyle);
/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/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/declaration/textfield/
H A Dtextfield_declaration.h847 void SetCountTextStyle(const TextStyle& countTextStyle) in SetCountTextStyle() function