Home
last modified time | relevance | path

Searched refs:SendKeyEventFromInputMethod (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_imf_text_listener_adapter_impl.cpp43 void ArkIMFTextListenerAdapterImpl::SendKeyEventFromInputMethod() in SendKeyEventFromInputMethod() function in OHOS::ArkWeb::ArkIMFTextListenerAdapterImpl
45 real_->SendKeyEventFromInputMethod(); in SendKeyEventFromInputMethod()
H A Dark_imf_text_listener_adapter_impl.h35 void SendKeyEventFromInputMethod() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_imftext_listener_adapter_wrapper.cpp45 void ArkIMFTextListenerAdapterWrapper::SendKeyEventFromInputMethod() in SendKeyEventFromInputMethod() function in OHOS::ArkWeb::ArkIMFTextListenerAdapterWrapper
47 ctocpp_->SendKeyEventFromInputMethod(); in SendKeyEventFromInputMethod()
H A Dark_imftext_listener_adapter_wrapper.h35 void SendKeyEventFromInputMethod() override;
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
H A Dimf_adapter_impl_test.cpp163 void SendKeyEventFromInputMethod() override in SendKeyEventFromInputMethod() function in OHOS::NWeb::IMFTextListenerTest
367 listenerTest->SendKeyEventFromInputMethod(event);
441 listenerTest->SendKeyEventFromInputMethod(event);
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_textchange_listener.h31 void SendKeyEventFromInputMethod(const KeyEvent &event) override {} in SendKeyEventFromInputMethod() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Don_text_changed_listener_impl.h35 void SendKeyEventFromInputMethod(const MiscServices::KeyEvent& event) override;
H A Don_text_changed_listener_impl.cpp172 void OnTextChangedListenerImpl::SendKeyEventFromInputMethod(const MiscServices::KeyEvent& event) {} in SendKeyEventFromInputMethod() function in OHOS::Ace::OnTextChangedListenerImpl
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_text_changed_listener.h42 void SendKeyEventFromInputMethod(const KeyEvent &event) override {}; in SendKeyEventFromInputMethod() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Don_text_changed_listener_impl.h39 void SendKeyEventFromInputMethod(const MiscServices::KeyEvent& event) override;
H A Don_text_changed_listener_impl.cpp138 void OnTextChangedListenerImpl::SendKeyEventFromInputMethod(const MiscServices::KeyEvent& event) {} in SendKeyEventFromInputMethod() function in OHOS::Ace::NG::OnTextChangedListenerImpl
/ohos5.0/base/inputmethod/imf/test/common/include/
H A Dtext_listener.h37 void SendKeyEventFromInputMethod(const KeyEvent &event) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_imf_adapter.h103 virtual void SendKeyEventFromInputMethod() = 0;
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
H A Dimf_adapter_impl.h56 void SendKeyEventFromInputMethod(const MiscServices::KeyEvent& event) override;
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp60 void IMFTextListenerAdapterImpl::SendKeyEventFromInputMethod(const MiscServices::KeyEvent& event) in SendKeyEventFromInputMethod() function in OHOS::NWeb::IMFTextListenerAdapterImpl
64 listener_->SendKeyEventFromInputMethod(); in SendKeyEventFromInputMethod()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dimf_adapter.h144 virtual void SendKeyEventFromInputMethod() = 0;
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dvirtual_listener_test.cpp47 void SendKeyEventFromInputMethod(const KeyEvent &event) override in SendKeyEventFromInputMethod() function in OHOS::MiscServices::TextListenerImpl
/ohos5.0/base/inputmethod/imf/test/common/src/
H A Dtext_listener.cpp77 void TextListener::SendKeyEventFromInputMethod(const KeyEvent &event) in SendKeyEventFromInputMethod() function in OHOS::MiscServices::TextListener
/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h55 virtual void SendKeyEventFromInputMethod(const KeyEvent &event) = 0;