Home
last modified time | relevance | path

Searched refs:OnCursorUpdate (Results 1 – 25 of 45) sorted by relevance

12

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_imfadapter_wrapper.cpp67 void ArkIMFAdapterWrapper::OnCursorUpdate(const std::shared_ptr<OHOS::NWeb::IMFCursorInfoAdapter> c… in OnCursorUpdate() function in OHOS::ArkWeb::ArkIMFAdapterWrapper
70 return ctocpp_->OnCursorUpdate(nullptr); in OnCursorUpdate()
72 return ctocpp_->OnCursorUpdate(new ArkIMFCursorInfoAdapterImpl(cursorInfo)); in OnCursorUpdate()
H A Dark_imfadapter_wrapper.h40 … void OnCursorUpdate(const std::shared_ptr<OHOS::NWeb::IMFCursorInfoAdapter> cursorInfo) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_imf_adapter_impl.cpp69 void ArkIMFAdapterImpl::OnCursorUpdate(ArkWebRefPtr<ArkIMFCursorInfoAdapter> cursorInfo) in OnCursorUpdate() function in OHOS::ArkWeb::ArkIMFAdapterImpl
72 return real_->OnCursorUpdate(nullptr); in OnCursorUpdate()
74 real_->OnCursorUpdate(std::make_shared<ArkIMFCursorInfoAdapterWrapper>(cursorInfo)); in OnCursorUpdate()
H A Dark_imf_adapter_impl.h40 void OnCursorUpdate(ArkWebRefPtr<ArkIMFCursorInfoAdapter> cursorInfo) override;
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_editor_test.cpp65 void OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) override;
95 void KeyboardListenerImpl::OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) in OnCursorUpdate() function in OHOS::MiscServices::KeyboardListenerImpl
230 ret = InputMethodEditorTest::inputMethodController_->OnCursorUpdate({});
349 ret = InputMethodEditorTest::inputMethodController_->OnCursorUpdate({});
391 ret = inputMethodController_->OnCursorUpdate({});
461 ret = InputMethodEditorTest::inputMethodController_->OnCursorUpdate({});
H A Dinput_method_attach_test.cpp363 ret = inputMethodController_->OnCursorUpdate(cursorInfo);
389 ret = inputMethodController_->OnCursorUpdate(cursorInfo);
524 ret = inputMethodController_->OnCursorUpdate(cursorInfo);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_agent_stub.cpp60 OnCursorUpdate(positionX, positionY, height); in OnRemoteRequest()
142 void InputMethodAgentStub::OnCursorUpdate(int32_t positionX, int32_t positionY, int height) in OnCursorUpdate() function in OHOS::MiscServices::InputMethodAgentStub
H A Dinput_method_agent_proxy.cpp43 void InputMethodAgentProxy::OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) in OnCursorUpdate() function in OHOS::MiscServices::InputMethodAgentProxy
H A Dinput_method_ability.cpp228 OnCursorUpdate(msg); in WorkThread()
388 void InputMethodAbility::OnCursorUpdate(Message *msg) in OnCursorUpdate() function in OHOS::MiscServices::InputMethodAbility
399 kdListener_->OnCursorUpdate(positionX, positionY, height); in OnCursorUpdate()
571 kdListener_->OnCursorUpdate( in InvokeStartInputCallback()
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_ability/include/
H A Dkeyboard_listener.h31 virtual void OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) = 0;
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Di_input_method_agent.h48 virtual void OnCursorUpdate(int32_t positionX, int32_t positionY, int height) = 0;
H A Dinput_method_agent_proxy.h41 void OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) override;
H A Dinput_method_agent_stub.h34 void OnCursorUpdate(int32_t positionX, int32_t positionY, int height) override;
H A Dinput_method_ability.h148 void OnCursorUpdate(Message *msg);
/ohos5.0/base/inputmethod/imf/test/common/include/
H A Dkeyboard_listener_test_impl.h37 void OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) override;
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_inputmethod_proxy_capi.cpp86 return ErrorCodeConvert(InputMethodController::GetInstance()->OnCursorUpdate( in OH_InputMethodProxy_NotifyCursorUpdate()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_imf_adapter.h172 virtual void OnCursorUpdate(ArkWebRefPtr<ArkIMFCursorInfoAdapter> cursorInfo) = 0;
/ohos5.0/base/inputmethod/imf/test/common/src/
H A Dkeyboard_listener_test_impl.cpp49 void KeyboardListenerTestImpl::OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) in OnCursorUpdate() function in OHOS::MiscServices::KeyboardListenerTestImpl
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
H A Dimf_adapter_impl.h112 void OnCursorUpdate(const std::shared_ptr<IMFCursorInfoAdapter> cursorInfo) override;
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
H A Dimf_adapter_impl_test.cpp341 g_imf->OnCursorUpdate(nullptr);
346 g_imf->OnCursorUpdate(mock);
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp359 void IMFAdapterImpl::OnCursorUpdate(const std::shared_ptr<IMFCursorInfoAdapter> cursorInfo) in OnCursorUpdate() function in OHOS::NWeb::IMFAdapterImpl
372 MiscServices::InputMethodController::GetInstance()->OnCursorUpdate(imfInfo); in OnCursorUpdate()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h195 virtual void OnCursorUpdate(const std::shared_ptr<IMFCursorInfoAdapter> cursorInfo) = 0;
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/
H A Dinputmethodability_fuzzer.cpp38 void OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) in OnCursorUpdate() function in OHOS::KeyboardListenerImpl
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_keyboard_delegate_setting.h46 void OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) override;
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp77 imc->OnCursorUpdate(cursorInfo); in TestOnSelectionChange()

12