Searched defs:DeleteText (Results 1 – 4 of 4) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ | ||
| D | text_field_controller.cpp | 157 void TextFieldController::DeleteText(int32_t start, int32_t end) in DeleteText() function in OHOS::Ace::NG::TextFieldController |
| D | text_field_model.h | 192 virtual void DeleteText(int32_t start, int32_t end) {} in DeleteText() function |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ | ||
| D | js_text_editable_controller.cpp | 193 void JSTextEditableController::DeleteText(const JSCallbackInfo& info) in DeleteText() function in OHOS::Ace::Framework::JSTextEditableController |
| /foundation/arkui/ace_engine/adapter/ohos/osal/ | ||
| D | stylus_detector_callback.cpp | 161 int32_t StylusDetectorCallBack::DeleteText(int32_t nodeId, void* data, in DeleteText() function in OHOS::Ace::StylusDetectorCallBack |