Searched refs:GetErrorTextStyle (Results 1 – 15 of 15) sorted by relevance
66 const TextStyle& GetErrorTextStyle() const in GetErrorTextStyle() function
726 text->SetTextStyle(theme_->GetErrorTextStyle()); in CreateErrorText()
118 const TextStyle& GetErrorTextStyle() const in GetErrorTextStyle() function
1411 text->SetTextStyle(theme_->GetErrorTextStyle()); in CreateErrorText()
106 const TextStyle& TextFieldComponent::GetErrorTextStyle() const in GetErrorTextStyle() function in OHOS::Ace::TextFieldComponent108 return declaration_->GetErrorTextStyle(); in GetErrorTextStyle()
70 const TextStyle& GetErrorTextStyle() const;
430 const TextStyle& GetErrorTextStyle() const in GetErrorTextStyle() function
217 errorTextStyle_ = textField->GetErrorTextStyle(); in Update()
91 style.errorTextStyle = theme->GetErrorTextStyle(); in InitializeStyle()
316 const TextStyle& GetErrorTextStyle() const in GetErrorTextStyle() function
151 TextStyle errorTextStyle = theme->GetErrorTextStyle(); // update content in PrepareErrorTextNode()
315 component->SetErrorTextStyle(theme->GetErrorTextStyle()); in InitializeDefaultValue()
198 textInputComponent->SetErrorTextStyle(theme->GetErrorTextStyle()); in InitTextInputDefaultStyle()
69 component->SetErrorTextStyle(theme->GetErrorTextStyle()); in InitDefaultValue()
6359 TextStyle errorTextStyle = theme->GetErrorTextStyle(); in OnBackPressed()