Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/ndk/src/
Dnative_text_changed_listener.cpp97 auto enterKeyType = ConvertToCEnterKeyType(functionKey.GetEnterKeyType()); in SendFunctionKey() local
308 OHOS::MiscServices::EnterKeyType enterKeyType) in ConvertToCEnterKeyType()
Dinputmethod_text_config_capi.cpp48 InputMethod_TextConfig *config, InputMethod_EnterKeyType enterKeyType) in OH_TextConfig_SetEnterKeyType()
200 InputMethod_TextConfig *config, InputMethod_EnterKeyType *enterKeyType) in OH_TextConfig_GetEnterKeyType()
/base/inputmethod/imf/test/unittest/napi_test/src/
DInputMethodWithAttachTest.js89 enterKeyType: inputMethod.EnterKeyType.NONE property
399 …let attribute = { textInputType: inputMethod.TextInputType.TEXT, enterKeyType: inputMethod.EnterKe… property
429 let attribute = { textInputType: 1, enterKeyType: 1 }; property
894 enterKeyType: inputMethod.EnterKeyType.NONE property
1419 enterKeyType: inputMethod.EnterKeyType.SEARCH property
DInputMethodTest.js716 enterKeyType: inputMethod.EnterKeyType.NONE property
750 enterKeyType: inputMethod.EnterKeyType.NONE property
967 …let attribute = {textInputType: inputMethod.TextInputType.TEXT, enterKeyType: inputMethod.EnterKey… property
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_attribute.h41 int32_t enterKeyType = 0; member
98 int32_t enterKeyType = 0; member
/base/inputmethod/imf/frameworks/cj/include/
Dinput_method_ffi_structs.h66 int8_t enterKeyType; member
/base/inputmethod/imf/frameworks/ndk/include/
Dnative_inputmethod_types.h49 InputMethod_EnterKeyType enterKeyType; member
/base/inputmethod/imf/test/common/src/
Dtext_listener.cpp88 EnterKeyType enterKeyType = functionKey.GetEnterKeyType(); in SendFunctionKey() local
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_controller.h256 int32_t enterKeyType = 0; member
Djs_get_input_method_controller.cpp125 napi_value enterKeyType = nullptr; in GetJsEnterKeyTypeProperty() local
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
Dinputmethodcontroller_fuzzer.cpp125 int32_t enterKeyType; in TestOnConfigurationChange() local
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinputmethod_controller_capi_test.cpp456 InputMethod_EnterKeyType enterKeyType = IME_ENTER_KEY_UNSPECIFIED; variable
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
Dark_web_handler_impl.cpp843 const ArkWebStringMap& attributes, bool& useSystemKeyboard, int32_t& enterKeyType) in OnInterceptKeyboardAttach()
/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.h1022 …t std::map<std::string, std::string> &attributes, bool &useSystemKeyboard, int32_t &enterKeyType) { in OnInterceptKeyboardAttach()