Home
last modified time | relevance | path

Searched defs:functionKey (Results 1 – 5 of 5) sorted by relevance

/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_textchange_listener.cpp53 void JsGetInputMethodTextChangedListener::SendFunctionKey(const FunctionKey &functionKey) in SendFunctionKey()
Djs_get_input_method_controller.cpp914 napi_value JsGetInputMethodController::CreateSendFunctionKey(napi_env env, int32_t functionKey) in CreateSendFunctionKey()
926 void JsGetInputMethodController::SendFunctionKey(const FunctionKey &functionKey) in SendFunctionKey()
952 napi_value functionKey = CreateSendFunctionKey(env, entry->enterKeyType); in SendFunctionKey() local
/base/web/webview/test/unittest/ohos_adapter/imf_adapter_test/
Dimf_adapter_impl_test.cpp230 MiscServices::FunctionKey functionKey; variable
281 MiscServices::FunctionKey functionKey; variable
/base/inputmethod/imf/test/common/src/
Dtext_listener.cpp82 void TextListener::SendFunctionKey(const FunctionKey &functionKey) in SendFunctionKey()
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
Dimf_adapter_impl.cpp71 void IMFTextListenerAdapterImpl::SendFunctionKey(const MiscServices::FunctionKey& functionKey) in SendFunctionKey()