/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_imfadapter_wrapper.cpp | 67 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 D | ark_imfadapter_wrapper.h | 40 … 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 D | ark_imf_adapter_impl.cpp | 69 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 D | ark_imf_adapter_impl.h | 40 void OnCursorUpdate(ArkWebRefPtr<ArkIMFCursorInfoAdapter> cursorInfo) override;
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_editor_test.cpp | 65 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 D | input_method_attach_test.cpp | 363 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 D | input_method_agent_stub.cpp | 60 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 D | input_method_agent_proxy.cpp | 43 void InputMethodAgentProxy::OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) in OnCursorUpdate() function in OHOS::MiscServices::InputMethodAgentProxy
|
H A D | input_method_ability.cpp | 228 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 D | keyboard_listener.h | 31 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 D | i_input_method_agent.h | 48 virtual void OnCursorUpdate(int32_t positionX, int32_t positionY, int height) = 0;
|
H A D | input_method_agent_proxy.h | 41 void OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) override;
|
H A D | input_method_agent_stub.h | 34 void OnCursorUpdate(int32_t positionX, int32_t positionY, int height) override;
|
H A D | input_method_ability.h | 148 void OnCursorUpdate(Message *msg);
|
/ohos5.0/base/inputmethod/imf/test/common/include/ |
H A D | keyboard_listener_test_impl.h | 37 void OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) override;
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_inputmethod_proxy_capi.cpp | 86 return ErrorCodeConvert(InputMethodController::GetInstance()->OnCursorUpdate( in OH_InputMethodProxy_NotifyCursorUpdate()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_imf_adapter.h | 172 virtual void OnCursorUpdate(ArkWebRefPtr<ArkIMFCursorInfoAdapter> cursorInfo) = 0;
|
/ohos5.0/base/inputmethod/imf/test/common/src/ |
H A D | keyboard_listener_test_impl.cpp | 49 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 D | imf_adapter_impl.h | 112 void OnCursorUpdate(const std::shared_ptr<IMFCursorInfoAdapter> cursorInfo) override;
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/ |
H A D | imf_adapter_impl_test.cpp | 341 g_imf->OnCursorUpdate(nullptr); 346 g_imf->OnCursorUpdate(mock);
|
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
H A D | imf_adapter_impl.cpp | 359 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 D | imf_adapter.h | 195 virtual void OnCursorUpdate(const std::shared_ptr<IMFCursorInfoAdapter> cursorInfo) = 0;
|
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodability_fuzzer/ |
H A D | inputmethodability_fuzzer.cpp | 38 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 D | js_keyboard_delegate_setting.h | 46 void OnCursorUpdate(int32_t positionX, int32_t positionY, int32_t height) override;
|
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/ |
H A D | inputmethodcontroller_fuzzer.cpp | 77 imc->OnCursorUpdate(cursorInfo); in TestOnSelectionChange()
|