Home
last modified time | relevance | path

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

/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
Dimf_adapter_impl_test.cpp60 void SendKeyEventFromInputMethod() override in SendKeyEventFromInputMethod() function in OHOS::NWeb::IMFTextListenerTest
234 listenerTest->SendKeyEventFromInputMethod(event);
285 listenerTest->SendKeyEventFromInputMethod(event);
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_textchange_listener.h31 void SendKeyEventFromInputMethod(const KeyEvent &event) override {} in SendKeyEventFromInputMethod() function
/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
Dimf_adapter_impl.h35 void SendKeyEventFromInputMethod(const MiscServices::KeyEvent &event) override;
/base/inputmethod/imf/test/common/include/
Dtext_listener.h37 void SendKeyEventFromInputMethod(const KeyEvent &event) override;
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
Dimf_adapter_impl.cpp50 void IMFTextListenerAdapterImpl::SendKeyEventFromInputMethod(const MiscServices::KeyEvent& event) in SendKeyEventFromInputMethod() function in OHOS::NWeb::IMFTextListenerAdapterImpl
54 listener_->SendKeyEventFromInputMethod(); in SendKeyEventFromInputMethod()
/base/web/webview/ohos_adapter/interfaces/
Dimf_adapter.h98 virtual void SendKeyEventFromInputMethod() = 0;
/base/inputmethod/imf/test/common/src/
Dtext_listener.cpp66 void TextListener::SendKeyEventFromInputMethod(const KeyEvent &event) in SendKeyEventFromInputMethod() function in OHOS::MiscServices::TextListener
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
Dinput_method_controller.h51 virtual void SendKeyEventFromInputMethod(const KeyEvent &event) = 0;