Home
last modified time | relevance | path

Searched refs:errorText_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_accessibility_property.h57 errorText_ = errorText; in SetErrorText()
70 std::string errorText_;
H A Dtext_field_accessibility_property.cpp163 return errorText_; in GetErrorText()
168 return !errorText_.empty(); in GetContentInvalid()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/
H A Daccessibility_node.h479 return errorText_; in GetErrorText()
484 errorText_ = errorText; in SetErrorText()
909 std::string errorText_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp805 if (!errorText_.empty()) {
816 errorBuilder->AddText(StringUtils::Str8ToStr16(errorText_));
819 errorBuilder->AppendText(StringUtils::Str8ToStr16(errorText_));
1183 showingText = errorText_;
H A Drender_text_field.h581 std::string errorText_; variable
H A Drender_text_field.cpp2245 errorText_ = errorText; in ShowError()