Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textarea/
H A Dtextarea_declaration.cpp68 textFieldDeclaration_->SetCountTextStyleOuter(theme->GetCountTextStyleOuter()); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp651 const TextStyle& TextFieldComponent::GetCountTextStyleOuter() const in GetCountTextStyleOuter() function in OHOS::Ace::TextFieldComponent
653 return declaration_->GetCountTextStyleOuter(); in GetCountTextStyleOuter()
H A Dtext_field_component.h217 const TextStyle& GetCountTextStyleOuter() const;
H A Dtextfield_theme.h445 const TextStyle& GetCountTextStyleOuter() const in GetCountTextStyleOuter() function
H A Drender_text_field.cpp351 countTextStyleOuter_ = textField->GetCountTextStyleOuter(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_field_model_impl.cpp107 textAreaComponent->SetCountTextStyleOuter(theme->GetCountTextStyleOuter()); in InitTextAreaDefaultStyle()
195 textInputComponent->SetCountTextStyleOuter(theme->GetCountTextStyleOuter()); in InitTextInputDefaultStyle()
H A Dsearch_model_impl.cpp312 component->SetCountTextStyleOuter(theme->GetCountTextStyleOuter()); in InitializeDefaultValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.cpp88 style.countTextStyleOuter = theme->GetCountTextStyleOuter(); in InitializeStyle()
H A Dtextfield_declaration.h877 const TextStyle& GetCountTextStyleOuter() const in GetCountTextStyleOuter() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_textarea.cpp72 component->SetCountTextStyleOuter(theme->GetCountTextStyleOuter()); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp66 component->SetCountTextStyleOuter(theme->GetCountTextStyleOuter()); in InitDefaultValue()