Searched defs:errorText (Results 1 – 13 of 13) 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 | content_controller.cpp | 213 …ContentController::RemoveErrorTextFromValue(const std::string& value, const std::string& errorText) in RemoveErrorTextFromValue() 240 auto errorText = std::regex_replace(result, filterRegex, ""); in FilterWithRegex() local 274 std::string errorText; in FilterWithAscii() local
|
| D | text_field_controller.cpp | 26 void TextFieldController::ShowError(const std::string& errorText) {} in ShowError()
|
| D | text_field_model.h | 78 virtual void ShowError(const std::string& errorText) {} in ShowError() 224 virtual void SetShowError(const std::string& errorText, bool visible) {}; in SetShowError()
|
| D | text_field_model_ng.cpp | 517 void TextFieldModelNG::SetShowError(const std::string& errorText, bool visible) in SetShowError() 915 void TextFieldModelNG::SetShowError(FrameNode* frameNode, const std::string& errorText, bool visibl… in SetShowError()
|
| D | text_field_pattern.cpp | 4193 void TextFieldPattern::UpdateInputFilterErrorText(const std::string& errorText) in UpdateInputFilterErrorText() 5125 auto errorText = layoutProperty->GetErrorTextValue(""); local 5164 std::string errorText = content; local 5189 auto errorText = layoutProperty->GetErrorTextValue(""); local
|
| /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 | 88 void RemoveErrorTextFromValue(const std::string& value, const std::string& errorText, std::string& … in RemoveErrorTextFromValue() 1636 std::string errorText; in FilterWithRegex() local 1658 auto errorText = regex_replace(valueToUpdate, filterRegex, ""); in FilterWithRegex() local 1680 auto errorText = regex_replace(valueToUpdate, filterRegex, ""); in FilterWithRegex() local 2362 void RenderTextField::ShowError(const std::string& errorText, bool resetToStart) in ShowError()
|
| /foundation/arkui/ace_engine/frameworks/core/common/ime/ |
| D | text_input_client.h | 102 virtual void UpdateInputFilterErrorText(const std::string& errorText) {}; in UpdateInputFilterErrorText()
|
| /foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/ |
| D | textfield_declaration.cpp | 335 std::string errorText = error->GetString(); in CallSpecializedMethod() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| D | dom_input.cpp | 160 std::string errorText = error->GetString(); in CallSpecializedMethod() local
|
| /foundation/arkui/ace_engine/frameworks/core/accessibility/ |
| D | accessibility_node.h | 482 void SetErrorText(const std::string& errorText) in SetErrorText()
|