Home
last modified time | relevance | path

Searched defs:errorText (Results 1 – 6 of 6) sorted by relevance

/foundation/ace/ace_engine/frameworks/core/components/text_field/
Dtext_field_controller.cpp36 void TextFieldController::ShowError(const std::string& errorText) in ShowError()
Dtext_field_element.cpp246 void TextFieldElement::ShowError(const std::string& errorText) in ShowError()
Drender_text_field.cpp1599 void RenderTextField::ShowError(const std::string& errorText, bool resetToStart) in ShowError()
/foundation/ace/ace_engine/frameworks/core/components/declaration/textfield/
Dtextfield_declaration.cpp329 std::string errorText = error->GetString(); in CallSpecializedMethod() local
/foundation/ace/ace_engine/frameworks/bridge/common/dom/
Ddom_input.cpp162 std::string errorText = error->GetString(); in CallSpecializedMethod() local
/foundation/ace/ace_engine/frameworks/core/accessibility/
Daccessibility_node.h463 void SetErrorText(const std::string& errorText) in SetErrorText()