Home
last modified time | relevance | path

Searched refs:HandleSelect (Results 1 - 17 of 17) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_imf_text_listener_adapter_impl.cpp82 void ArkIMFTextListenerAdapterImpl::HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) in HandleSelect() function in OHOS::ArkWeb::ArkIMFTextListenerAdapterImpl
84 real_->HandleSelect(keyCode, cursorMoveSkip); in HandleSelect()
H A Dark_imf_text_listener_adapter_impl.h49 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_imftext_listener_adapter_wrapper.cpp85 void ArkIMFTextListenerAdapterWrapper::HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) in HandleSelect() function in OHOS::ArkWeb::ArkIMFTextListenerAdapterWrapper
87 ctocpp_->HandleSelect(keyCode, cursorMoveSkip); in HandleSelect()
H A Dark_imftext_listener_adapter_wrapper.h49 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override;
/base/inputmethod/imf/frameworks/cj/include/
H A Dcj_input_method_textchanged_listener.h37 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override {}
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_textchange_listener.h44 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override
/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_text_changed_listener.h44 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override {};
/base/inputmethod/imf/test/common/include/
H A Dtext_listener.h43 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_imf_adapter.h124 virtual void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) = 0;
/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
H A Dimf_adapter_impl.h70 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override;
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
H A Dimf_adapter_impl_test.cpp198 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override
200 WVLOG_I("test HandleSelect");
373 listenerTest->HandleSelect(0, 0); in HWTEST_F()
442 listenerTest->HandleSelect(0, 0); in HWTEST_F()
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h158 virtual void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) = 0;
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dvirtual_listener_test.cpp68 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp169 void IMFTextListenerAdapterImpl::HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) in HandleSelect() function in OHOS::NWeb::IMFTextListenerAdapterImpl
172 listener_->HandleSelect(keyCode, cursorMoveSkip); in HandleSelect()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h68 virtual void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) = 0;
/base/inputmethod/imf/test/common/src/
H A Dtext_listener.cpp129 void TextListener::HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) in HandleSelect() function in OHOS::MiscServices::TextListener
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp1085 listener->HandleSelect(CURSOR_DIRECTION_BASE_VALUE + direction, cursorMoveSkip); in SelectByMovement()

Completed in 9 milliseconds