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.cpp89 void ArkIMFAdapterWrapper::OnCursorUpdate(const std::shared_ptr<OHOS::NWeb::IMFCursorInfoAdapter> c… in OnCursorUpdate() function in OHOS::ArkWeb::ArkIMFAdapterWrapper
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_agent_service_impl.cpp45 ErrCode InputMethodAgentServiceImpl::OnCursorUpdate(int32_t positionX, int32_t positionY, int heigh… in OnCursorUpdate() function in OHOS::MiscServices::InputMethodAgentServiceImpl
Dinput_method_ability.cpp470 void InputMethodAbility::OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) in OnCursorUpdate() function in OHOS::MiscServices::InputMethodAbility
/base/inputmethod/imf/test/common/src/
Dkeyboard_listener_test_impl.cpp45 void KeyboardListenerTestImpl::OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) in OnCursorUpdate() function in OHOS::MiscServices::KeyboardListenerTestImpl
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dime_mirror_demo.cpp83 void OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) override in OnCursorUpdate() function in KeyboardListenerImpl
Dinput_method_editor_test.cpp94 void KeyboardListenerImpl::OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) in OnCursorUpdate() function in OHOS::MiscServices::KeyboardListenerImpl
Dinput_method_controller_test.cpp220 void OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) override in OnCursorUpdate() function in OHOS::MiscServices::InputMethodControllerTest::KeyboardListenerImpl
/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/
Dinputmethodability_fuzzer.cpp47 void OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) { } in OnCursorUpdate() function in OHOS::KeyboardListenerImpl
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
Dimf_adapter_impl.cpp396 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.cpp504 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.cpp869 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.cpp982 void ArkWebHandlerWrapper::OnCursorUpdate(double x, double y, double width, double height) in OnCursorUpdate() function in OHOS::ArkWeb::ArkWebHandlerWrapper
/base/web/webview/ohos_interface/include/ohos_nweb/
Dnweb_handler.h1044 virtual void OnCursorUpdate(double x, double y, double width, double height) {} in OnCursorUpdate() function
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_controller.cpp776 int32_t InputMethodController::OnCursorUpdate(CursorInfo cursorInfo) in OnCursorUpdate() function in OHOS::MiscServices::InputMethodController