Searched defs:SetShowError (Results 1 – 4 of 4) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ | ||
| D | text_field_model.h | 188 virtual void SetShowError(const std::string& errorText, bool visible) {}; in SetShowError() function |
| D | text_field_model_ng.cpp | 432 void TextFieldModelNG::SetShowError(const std::string& errorText, bool visible) in SetShowError() function in OHOS::Ace::NG::TextFieldModelNG |
| D | text_field_pattern.cpp | 5553 void TextFieldPattern::SetShowError() function in OHOS::Ace::NG::TextFieldPattern |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ | ||
| D | js_textfield.cpp | 988 void JSTextField::SetShowError(const JSCallbackInfo& info) in SetShowError() function in OHOS::Ace::Framework::JSTextField |