Searched defs:errorText (Results 1 – 14 of 14) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
| D | text_field_accessibility_property.h | 55 void SetErrorText(const std::string& errorText) in SetErrorText()
|
| D | text_field_controller.cpp | 24 void TextFieldController::ShowError(const std::string& errorText) {} in ShowError()
|
| D | text_field_model.h | 70 virtual void ShowError(const std::string& errorText) {} in ShowError() 188 virtual void SetShowError(const std::string& errorText, bool visible) {}; in SetShowError()
|
| D | text_field_model_ng.cpp | 432 void TextFieldModelNG::SetShowError(const std::string& errorText, bool visible) in SetShowError()
|
| D | text_field_pattern.cpp | 108 void RemoveErrorTextFromValue(const std::string& value, const std::string& errorText, std::string& … in RemoveErrorTextFromValue() 3778 auto errorText = regex_replace(valueToUpdate, filterRegex, ""); in FilterWithRegex() local 3855 std::string errorText = ""; in FilterWithAscii() local 4498 void TextFieldPattern::UpdateInputFilterErrorText(const std::string& errorText) in UpdateInputFilterErrorText()
|
| /foundation/arkui/ace_engine/frameworks/core/common/ime/ |
| D | text_input_client.h | 42 virtual void UpdateInputFilterErrorText(const std::string& errorText) {}; in UpdateInputFilterErrorText()
|
| /foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
| D | text_field_controller.cpp | 37 void TextFieldController::ShowError(const std::string& errorText) in ShowError()
|
| D | text_field_element.cpp | 264 void TextFieldElement::ShowError(const std::string& errorText) in ShowError()
|
| D | render_text_field.cpp | 87 void RemoveErrorTextFromValue(const std::string& value, const std::string& errorText, std::string& … in RemoveErrorTextFromValue() 1537 std::string errorText; in FilterWithRegex() local 1559 auto errorText = regex_replace(valueToUpdate, filterRegex, ""); in FilterWithRegex() local 1581 auto errorText = regex_replace(valueToUpdate, filterRegex, ""); in FilterWithRegex() local 2261 void RenderTextField::ShowError(const std::string& errorText, bool resetToStart) in ShowError()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/pattern/text_field/ |
| D | mock_text_field_pattern.cpp | 133 void TextFieldPattern::UpdateInputFilterErrorText(const std::string& errorText) {} in UpdateInputFilterErrorText()
|
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/ |
| D | textfield_declaration.cpp | 329 std::string errorText = error->GetString(); in CallSpecializedMethod() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| D | dom_input.cpp | 161 std::string errorText = error->GetString(); in CallSpecializedMethod() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/test/unittest/mock/ |
| D | mock_render_text_field.cpp | 315 void RenderTextField::ShowError(const std::string& errorText, bool resetToStart) in ShowError()
|
| /foundation/arkui/ace_engine/frameworks/core/accessibility/ |
| D | accessibility_node.h | 482 void SetErrorText(const std::string& errorText) in SetErrorText()
|