Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_textchange_listener.h36 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/inputmethod/imf/frameworks/ndk/src/
Dnative_text_changed_listener.cpp113 void NativeTextChangedListener::HandleSetSelection(int32_t start, int32_t end) in HandleSetSelection() function in OHOS::MiscServices::NativeTextChangedListener
/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/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.cpp62 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.cpp158 void IMFTextListenerAdapterImpl::HandleSetSelection(int32_t start, int32_t end) in HandleSetSelection() function in OHOS::NWeb::IMFTextListenerAdapterImpl
/base/inputmethod/imf/test/common/src/
Dtext_listener.cpp112 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