Home
last modified time | relevance | path

Searched refs:SetErrorTextStyle (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp111 void TextFieldComponent::SetErrorTextStyle(const TextStyle& errorTextStyle) in SetErrorTextStyle() function in OHOS::Ace::TextFieldComponent
113 declaration_->SetErrorTextStyle(errorTextStyle); in SetErrorTextStyle()
H A Dtext_field_component.h71 void SetErrorTextStyle(const TextStyle& errorTextStyle);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dsearch_model_impl.cpp315 component->SetErrorTextStyle(theme->GetErrorTextStyle()); in InitializeDefaultValue()
H A Dtext_field_model_impl.cpp198 textInputComponent->SetErrorTextStyle(theme->GetErrorTextStyle()); in InitTextInputDefaultStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp69 component->SetErrorTextStyle(theme->GetErrorTextStyle()); in InitDefaultValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h322 void SetErrorTextStyle(const TextStyle& errorTextStyle) in SetErrorTextStyle() function