Home
last modified time | relevance | path

Searched defs:enterKeyType (Results 1 – 14 of 14) sorted by relevance

/base/inputmethod/imf/frameworks/ndk/src/
Dinputmethod_text_config_capi.cpp44 InputMethod_TextConfig *config, InputMethod_EnterKeyType enterKeyType) in OH_TextConfig_SetEnterKeyType()
100 InputMethod_TextConfig *config, InputMethod_EnterKeyType *enterKeyType) in OH_TextConfig_GetEnterKeyType()
Dnative_text_changed_listener.cpp93 auto enterKeyType = ConvertToCEnterKeyType(functionKey.GetEnterKeyType()); in SendFunctionKey() local
304 OHOS::MiscServices::EnterKeyType enterKeyType) in ConvertToCEnterKeyType()
/base/inputmethod/imf/test/unittest/napi_test/src/
DInputMethodWithAttachTest.js74 enterKeyType: inputMethod.EnterKeyType.NONE property
385 …let attribute = { textInputType: inputMethod.TextInputType.TEXT, enterKeyType: inputMethod.EnterKe… property
415 let attribute = { textInputType: 1, enterKeyType: 1 }; property
858 enterKeyType: inputMethod.EnterKeyType.NONE property
DInputMethodTest.js715 enterKeyType: inputMethod.EnterKeyType.NONE property
749 enterKeyType: inputMethod.EnterKeyType.NONE property
966 …let attribute = {textInputType: inputMethod.TextInputType.TEXT, enterKeyType: inputMethod.EnterKey… property
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_attribute.h32 int32_t enterKeyType = 0; member
/base/inputmethod/imf/frameworks/ndk/include/
Dnative_inputmethod_types.h39 InputMethod_EnterKeyType enterKeyType; member
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
Dinputmethodcontroller_fuzzer.cpp93 int32_t enterKeyType; in TestOnConfigurationChange() local
/base/inputmethod/imf/test/common/src/
Dtext_listener.cpp92 EnterKeyType enterKeyType = functionKey.GetEnterKeyType(); in SendFunctionKey() local
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_controller.h239 int32_t enterKeyType = 0; member
Djs_get_input_method_controller.cpp120 napi_value enterKeyType = nullptr; in GetJsEnterKeyTypeProperty() local
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_handler_impl.cpp839 const ArkWebStringMap& attributes, bool& useSystemKeyboard, int32_t& enterKeyType) in OnInterceptKeyboardAttach()
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinputmethod_controller_capi_test.cpp427 InputMethod_EnterKeyType enterKeyType = IME_ENTER_KEY_UNSPECIFIED; variable
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
Dark_web_handler_wrapper.cpp950 …nst std::map<std::string, std::string> &attributes, bool &useSystemKeyboard, int32_t &enterKeyType) in OnInterceptKeyboardAttach()
/base/web/webview/ohos_interface/include/ohos_nweb/
Dnweb_handler.h952 …t std::map<std::string, std::string> &attributes, bool &useSystemKeyboard, int32_t &enterKeyType) { in OnInterceptKeyboardAttach()