Home
last modified time | relevance | path

Searched defs:HandleSetSelection (Results 1 – 10 of 10) sorted by relevance

/base/inputmethod/imf/frameworks/cj/include/
Dcj_input_method_textchanged_listener.h35 void HandleSetSelection(int32_t start, int32_t end) override {} in HandleSetSelection() function
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_textchange_listener.h41 void HandleSetSelection(int32_t start, int32_t end) override in HandleSetSelection() function
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
Dark_imf_text_listener_adapter_impl.cpp72 void ArkIMFTextListenerAdapterImpl::HandleSetSelection(int32_t start, int32_t end) in HandleSetSelection() function in OHOS::ArkWeb::ArkIMFTextListenerAdapterImpl
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
Dark_imftext_listener_adapter_wrapper.cpp75 void ArkIMFTextListenerAdapterWrapper::HandleSetSelection(int32_t start, int32_t end) in HandleSetSelection() function in OHOS::ArkWeb::ArkIMFTextListenerAdapterWrapper
/base/inputmethod/imf/frameworks/ndk/src/
Dnative_text_changed_listener.cpp117 void NativeTextChangedListener::HandleSetSelection(int32_t start, int32_t end) in HandleSetSelection() function in OHOS::MiscServices::NativeTextChangedListener
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dnative_text_changed_listener_test.cpp83 void HandleSetSelection(InputMethod_TextEditorProxy *proxy, int32_t start, int32_t end) { } in HandleSetSelection() function
Dvirtual_listener_test.cpp51 void HandleSetSelection(int32_t start, int32_t end) override { } in HandleSetSelection() function in OHOS::MiscServices::TextListenerImpl
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
Dimf_adapter_impl.cpp155 void IMFTextListenerAdapterImpl::HandleSetSelection(int32_t start, int32_t end) in HandleSetSelection() function in OHOS::NWeb::IMFTextListenerAdapterImpl
/base/inputmethod/imf/test/common/src/
Dtext_listener.cpp108 void TextListener::HandleSetSelection(int32_t start, int32_t end) in HandleSetSelection() function in OHOS::MiscServices::TextListener
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
Dimf_adapter_impl_test.cpp188 void HandleSetSelection(int32_t start, int32_t end) override in HandleSetSelection() function in OHOS::NWeb::IMFTextListenerTest