Home
last modified time | relevance | path

Searched refs:SetErrorBorderColor (Results 1 – 8 of 8) 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.cpp151 void TextFieldComponent::SetErrorBorderColor(const Color& errorBorderColor) in SetErrorBorderColor() function in OHOS::Ace::TextFieldComponent
153 declaration_->SetErrorBorderColor(errorBorderColor); in SetErrorBorderColor()
H A Dtext_field_component.h83 void SetErrorBorderColor(const Color& errorBorderColor);
/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/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h370 void SetErrorBorderColor(const Color& errorBorderColor) in SetErrorBorderColor() function