Home
last modified time | relevance | path

Searched defs:cursorMoveSkip (Results 1 – 12 of 12) sorted by relevance

/base/inputmethod/imf/frameworks/ndk/include/
Dnative_text_changed_listener.h44 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override {}; in HandleSelect()
/base/inputmethod/imf/frameworks/cj/include/
Dcj_input_method_textchanged_listener.h37 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override {} in HandleSelect()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_textchange_listener.h44 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override in HandleSelect()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
Dark_imf_text_listener_adapter_impl.cpp82 void ArkIMFTextListenerAdapterImpl::HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) in HandleSelect()
/base/inputmethod/imf/test/common/src/
Dtext_listener.cpp125 void TextListener::HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) in HandleSelect()
308 bool TextListener::WaitHandleSelect(int32_t keyCode, int32_t cursorMoveSkip) in WaitHandleSelect()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
Dark_imftext_listener_adapter_wrapper.cpp85 void ArkIMFTextListenerAdapterWrapper::HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) in HandleSelect()
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dvirtual_listener_test.cpp48 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override { } in HandleSelect()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_data_channel_proxy.cpp139 int32_t InputDataChannelProxy::SelectByMovement(int32_t direction, int32_t cursorMoveSkip) in SelectByMovement()
Dinput_data_channel_stub.cpp320 int32_t InputDataChannelStub::SelectByMovement(int32_t direction, int32_t cursorMoveSkip) in SelectByMovement()
Dinput_method_controller.cpp1145 void InputMethodController::SelectByMovement(int32_t direction, int32_t cursorMoveSkip) in SelectByMovement()
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
Dimf_adapter_impl.cpp169 void IMFTextListenerAdapterImpl::HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) in HandleSelect()
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
Dimf_adapter_impl_test.cpp198 void HandleSelect(int32_t keyCode, int32_t cursorMoveSkip) override in HandleSelect()