Home
last modified time | relevance | path

Searched refs:SetErrorBorderWidth (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textarea/
H A Dtextarea_declaration.cpp71 textFieldDeclaration_->SetErrorBorderWidth(theme->GetErrorBorderWidth()); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp141 void TextFieldComponent::SetErrorBorderWidth(const Dimension& errorBorderWidth) in SetErrorBorderWidth() function in OHOS::Ace::TextFieldComponent
143 declaration_->SetErrorBorderWidth(errorBorderWidth); in SetErrorBorderWidth()
H A Dtext_field_component.h80 void SetErrorBorderWidth(const Dimension& errorBorderWidth);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_field_model_impl.cpp109 textAreaComponent->SetErrorBorderWidth(theme->GetErrorBorderWidth()); in InitTextAreaDefaultStyle()
201 textInputComponent->SetErrorBorderWidth(theme->GetErrorBorderWidth()); in InitTextInputDefaultStyle()
H A Dsearch_model_impl.cpp318 component->SetErrorBorderWidth(theme->GetErrorBorderWidth()); in InitializeDefaultValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_textarea.cpp75 component->SetErrorBorderWidth(theme->GetErrorBorderWidth()); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_textfield_util.cpp72 component->SetErrorBorderWidth(theme->GetErrorBorderWidth()); in InitDefaultValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h358 void SetErrorBorderWidth(const Dimension& errorBorderWidth) in SetErrorBorderWidth() function