Home
last modified time | relevance | path

Searched refs:GetErrorTextStyle (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_theme.h66 const TextStyle& GetErrorTextStyle() const in GetErrorTextStyle() function
H A Dcamera_element.cpp726 text->SetTextStyle(theme_->GetErrorTextStyle()); in CreateErrorText()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_theme.h118 const TextStyle& GetErrorTextStyle() const in GetErrorTextStyle() function
H A Dvideo_element.cpp1411 text->SetTextStyle(theme_->GetErrorTextStyle()); in CreateErrorText()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp106 const TextStyle& TextFieldComponent::GetErrorTextStyle() const in GetErrorTextStyle() function in OHOS::Ace::TextFieldComponent
108 return declaration_->GetErrorTextStyle(); in GetErrorTextStyle()
H A Dtext_field_component.h70 const TextStyle& GetErrorTextStyle() const;
H A Dtextfield_theme.h430 const TextStyle& GetErrorTextStyle() const in GetErrorTextStyle() function
H A Drender_text_field.cpp217 errorTextStyle_ = textField->GetErrorTextStyle(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.cpp91 style.errorTextStyle = theme->GetErrorTextStyle(); in InitializeStyle()
H A Dtextfield_declaration.h316 const TextStyle& GetErrorTextStyle() const in GetErrorTextStyle() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/
H A Dtext_input_layout_algorithm.cpp151 TextStyle errorTextStyle = theme->GetErrorTextStyle(); // update content in PrepareErrorTextNode()
/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_ng/pattern/text_field/
H A Dtext_field_pattern.cpp6359 TextStyle errorTextStyle = theme->GetErrorTextStyle(); in OnBackPressed()