Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textarea/
H A Dtextarea_declaration.cpp72 textFieldDeclaration_->SetErrorBorderColor(theme->GetErrorBorderColor()); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp146 const Color& TextFieldComponent::GetErrorBorderColor() const in GetErrorBorderColor() function in OHOS::Ace::TextFieldComponent
148 return declaration_->GetErrorBorderColor(); in GetErrorBorderColor()
H A Dtext_field_component.h82 const Color& GetErrorBorderColor() const;
H A Dtextfield_theme.h395 const Color& GetErrorBorderColor() const in GetErrorBorderColor() function
H A Drender_text_field.cpp221 errorBorderColor_ = textField->GetErrorBorderColor(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_field_model_impl.cpp110 textAreaComponent->SetErrorBorderColor(theme->GetErrorBorderColor()); in InitTextAreaDefaultStyle()
202 textInputComponent->SetErrorBorderColor(theme->GetErrorBorderColor()); in InitTextInputDefaultStyle()
H A Dsearch_model_impl.cpp319 component->SetErrorBorderColor(theme->GetErrorBorderColor()); in InitializeDefaultValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.cpp95 style.errorBorderColor = theme->GetErrorBorderColor(); in InitializeStyle()
H A Dtextfield_declaration.h364 const Color& GetErrorBorderColor() const in GetErrorBorderColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_textarea.cpp76 component->SetErrorBorderColor(theme->GetErrorBorderColor()); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp73 component->SetErrorBorderColor(theme->GetErrorBorderColor()); in InitDefaultValue()