/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/ |
D | imf_adapter_impl_test.cpp | 55 void DeleteBackward(int32_t length) override in DeleteBackward() function in OHOS::NWeb::IMFTextListenerTest 204 listenerTest->DeleteBackward(0); 239 listenerTest->DeleteBackward(0);
|
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
D | imf_adapter_impl.cpp | 43 void IMFTextListenerAdapterImpl::DeleteBackward(int32_t length) in DeleteBackward() function in OHOS::NWeb::IMFTextListenerAdapterImpl 46 listener_->DeleteBackward(length); in DeleteBackward()
|
/base/inputmethod/imf/frameworks/inputmethod_controller/include/ |
D | input_data_channel_proxy.h | 41 int32_t DeleteBackward(int32_t length) override;
|
D | i_input_data_channel.h | 51 virtual int32_t DeleteBackward(int32_t length) = 0;
|
D | input_data_channel_stub.h | 45 int32_t DeleteBackward(int32_t length) override;
|
D | input_method_controller.h | 44 virtual void DeleteBackward(int32_t length) = 0;
|
/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/ |
D | imf_adapter_impl.h | 33 void DeleteBackward(int32_t length) override;
|
/base/inputmethod/imf/unitest/src/ |
D | permission_verification_exception_test.cpp | 74 void DeleteBackward(int32_t length) override; 88 void TextListener::DeleteBackward(int32_t length) in DeleteBackward() function in OHOS::MiscServices::TextListener
|
D | input_method_ability_execption_test.cpp | 150 ret = inputMethodAbility_->DeleteBackward(deleteBackwardLenth);
|
D | input_method_service_test.cpp | 68 void DeleteBackward(int32_t length) in DeleteBackward() function in OHOS::MiscServices::TextListener
|
D | input_method_ability_test.cpp | 119 void DeleteBackward(int32_t length) override in DeleteBackward() function in OHOS::MiscServices::InputMethodAbilityTest::TextChangeListener 398 ret = inputMethodAbility_->DeleteBackward(deleteBackwardLenth);
|
D | input_method_controller_test.cpp | 118 void DeleteBackward(int32_t length) in DeleteBackward() function in OHOS::MiscServices::TextListener
|
/base/web/webview/ohos_adapter/interfaces/ |
D | imf_adapter.h | 68 virtual void DeleteBackward(int32_t length) = 0;
|
/base/inputmethod/imf/test/fuzztest/systemabilitystub_fuzzer/ |
D | systemabilitystub_fuzzer.cpp | 65 void DeleteBackward(int32_t length) in DeleteBackward() function in OHOS::TextListener
|
/base/inputmethod/imf/frameworks/inputmethod_controller/src/ |
D | input_data_channel_stub.cpp | 56 DeleteBackward(length); in OnRemoteRequest() 151 int32_t InputDataChannelStub::DeleteBackward(int32_t length) in DeleteBackward() function in OHOS::MiscServices::InputDataChannelStub
|
D | input_data_channel_proxy.cpp | 63 int32_t InputDataChannelProxy::DeleteBackward(int32_t length) in DeleteBackward() function in OHOS::MiscServices::InputDataChannelProxy
|
D | input_method_controller.cpp | 172 textListener->DeleteBackward(length); in WorkThread()
|
/base/inputmethod/imf/frameworks/inputmethod_ability/include/ |
D | input_method_ability.h | 58 IMF_API int32_t DeleteBackward(int32_t length);
|
/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/ |
D | inputmethodability_fuzzer.cpp | 71 ability->DeleteBackward(fuzzedInt32); in TestDeleteBackward()
|
/base/inputmethod/imf/frameworks/inputmethod_ability/src/ |
D | input_method_ability.cpp | 390 int32_t InputMethodAbility::DeleteBackward(int32_t length) in DeleteBackward() function in OHOS::MiscServices::InputMethodAbility 398 return channel->DeleteBackward(length); in DeleteBackward()
|
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodability/ |
D | js_text_input_client_engine.cpp | 35 DECLARE_NAPI_FUNCTION("deleteBackward", DeleteBackward), in Init() 331 napi_value JsTextInputClientEngine::DeleteBackward(napi_env env, napi_callback_info info) in DeleteBackward() function in OHOS::MiscServices::JsTextInputClientEngine 355 int32_t code = InputMethodAbility::GetInstance()->DeleteBackward(ctxt->length); in DeleteBackward()
|
D | js_text_input_client_engine.h | 209 static napi_value DeleteBackward(napi_env env, napi_callback_info info);
|
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/ |
D | inputmethodcontroller_fuzzer.cpp | 33 void DeleteBackward(int32_t length) {} in DeleteBackward() function in OHOS::TextListener
|