Home
last modified time | relevance | path

Searched defs:errorTextStyle (Results 1 – 4 of 4) sorted by relevance

/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() local
/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h109 TextStyle errorTextStyle; member
322 void SetErrorTextStyle(const TextStyle& errorTextStyle) in SetErrorTextStyle()
/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() local