Home
last modified time | relevance | path

Searched defs:OnCursorUpdate (Results 1 – 15 of 15) sorted by relevance

/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
Dark_imf_adapter_impl.cpp89 void ArkIMFAdapterImpl::OnCursorUpdate(ArkWebRefPtr<ArkIMFCursorInfoAdapter> cursorInfo) in OnCursorUpdate() function in OHOS::ArkWeb::ArkIMFAdapterImpl
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
Dark_imfadapter_wrapper.cpp86 void ArkIMFAdapterWrapper::OnCursorUpdate(const std::shared_ptr<OHOS::NWeb::IMFCursorInfoAdapter> c… in OnCursorUpdate() function in OHOS::ArkWeb::ArkIMFAdapterWrapper
/base/inputmethod/imf/test/common/src/
Dkeyboard_listener_test_impl.cpp49 void KeyboardListenerTestImpl::OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) in OnCursorUpdate() function in OHOS::MiscServices::KeyboardListenerTestImpl
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_agent_proxy.cpp43 void InputMethodAgentProxy::OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) in OnCursorUpdate() function in OHOS::MiscServices::InputMethodAgentProxy
Dinput_method_agent_stub.cpp145 void InputMethodAgentStub::OnCursorUpdate(int32_t positionX, int32_t positionY, int height) in OnCursorUpdate() function in OHOS::MiscServices::InputMethodAgentStub
Dinput_method_ability.cpp389 void InputMethodAbility::OnCursorUpdate(Message *msg) in OnCursorUpdate() function in OHOS::MiscServices::InputMethodAbility
/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/
Dinputmethodability_fuzzer.cpp38 void OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) in OnCursorUpdate() function in OHOS::KeyboardListenerImpl
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_editor_test.cpp95 void KeyboardListenerImpl::OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) in OnCursorUpdate() function in OHOS::MiscServices::KeyboardListenerImpl
Dinput_method_controller_test.cpp206 void OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) override in OnCursorUpdate() function in OHOS::MiscServices::InputMethodControllerTest::KeyboardListenerImpl
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
Dimf_adapter_impl.cpp398 void IMFAdapterImpl::OnCursorUpdate(const std::shared_ptr<IMFCursorInfoAdapter> cursorInfo) in OnCursorUpdate() function in OHOS::NWeb::IMFAdapterImpl
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_keyboard_delegate_setting.cpp469 void JsKeyboardDelegateSetting::OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) in OnCursorUpdate() function in OHOS::MiscServices::JsKeyboardDelegateSetting
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_handler_impl.cpp875 void ArkWebHandlerImpl::OnCursorUpdate(double x, double y, double width, double height) in OnCursorUpdate() function in OHOS::ArkWeb::ArkWebHandlerImpl
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
Dark_web_handler_wrapper.cpp985 void ArkWebHandlerWrapper::OnCursorUpdate(double x, double y, double width, double height) in OnCursorUpdate() function in OHOS::ArkWeb::ArkWebHandlerWrapper
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_controller.cpp679 int32_t InputMethodController::OnCursorUpdate(CursorInfo cursorInfo) in OnCursorUpdate() function in OHOS::MiscServices::InputMethodController
/base/web/webview/ohos_interface/include/ohos_nweb/
Dnweb_handler.h976 virtual void OnCursorUpdate(double x, double y, double width, double height) {} in OnCursorUpdate() function