Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A 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()
H A Dnative_text_changed_listener.cpp93 auto enterKeyType = ConvertToCEnterKeyType(functionKey.GetEnterKeyType()); in SendFunctionKey() local
304 OHOS::MiscServices::EnterKeyType enterKeyType) in ConvertToCEnterKeyType()
/ohos5.0/base/inputmethod/imf/test/unittest/napi_test/src/
H A DInputMethodWithAttachTest.js74 enterKeyType: inputMethod.EnterKeyType.NONE property in AnonymousFunctionbdb109ce0100.AnonymousFunctionbdb109ce0400.cfg.inputAttribute
385 …let attribute = { textInputType: inputMethod.TextInputType.TEXT, enterKeyType: inputMethod.EnterKe… property in AnonymousFunctionbdb109ce0100.AnonymousFunctionbdb109ce1000.attribute
415 let attribute = { textInputType: 1, enterKeyType: 1 }; property in AnonymousFunctionbdb109ce0100.AnonymousFunctionbdb109ce1100.attribute
858 enterKeyType: inputMethod.EnterKeyType.NONE property in AnonymousFunctionbdb109ce0100.AnonymousFunctionbdb109ce2300.cfg.inputAttribute
H A DInputMethodTest.js715 enterKeyType: inputMethod.EnterKeyType.NONE property in AnonymousFunctiondc01d75d0100.AnonymousFunctiondc01d75d2800.attribute
749 enterKeyType: inputMethod.EnterKeyType.NONE property in AnonymousFunctiondc01d75d0100.AnonymousFunctiondc01d75d2900.attribute
966 …let attribute = {textInputType: inputMethod.TextInputType.TEXT, enterKeyType: inputMethod.EnterKey… property in AnonymousFunctiondc01d75d0100.AnonymousFunctiondc01d75d3200.attribute
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_attribute.h32 int32_t enterKeyType = 0; member
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_inputmethod_types.h39 InputMethod_EnterKeyType enterKeyType; member
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp93 int32_t enterKeyType; in TestOnConfigurationChange() local
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-textinput.md102 ### enterKeyType subsection
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-textinput.md103 ### enterKeyType subsection
/ohos5.0/base/inputmethod/imf/test/common/src/
H A Dtext_listener.cpp92 EnterKeyType enterKeyType = functionKey.GetEnterKeyType(); in SendFunctionKey() local
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.h220 int32_t enterKeyType = 0; member
H A Djs_get_input_method_controller.cpp114 napi_value enterKeyType = nullptr; in GetJsEnterKeyTypeProperty() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drich_editor_modifier.cpp330 void SetRichEditorEnterKeyType(ArkUINodeHandle node, ArkUI_Uint32 enterKeyType) in SetRichEditorEnterKeyType()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp427 InputMethod_EnterKeyType enterKeyType = IME_ENTER_KEY_UNSPECIFIED; variable
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.cpp839 const ArkWebStringMap& attributes, bool& useSystemKeyboard, int32_t& enterKeyType) in OnInterceptKeyboardAttach()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp950 …nst std::map<std::string, std::string> &attributes, bool &useSystemKeyboard, int32_t &enterKeyType) in OnInterceptKeyboardAttach()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h952 …t std::map<std::string, std::string> &attributes, bool &useSystemKeyboard, int32_t &enterKeyType) { in OnInterceptKeyboardAttach()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_rich_editor_bridge.cpp945 uint32_t enterKeyType = static_cast<uint32_t>(TextInputAction::NEW_LINE); in SetEnterKeyType() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp1141 …nst std::map<std::string, std::string> &attributes, bool &useSystemKeyboard, int32_t &enterKeyType) in OnInterceptKeyboardAttach()
H A Dweb_delegate.cpp7101 …nst std::map<std::string, std::string> &attributes, bool &useSystemKeyboard, int32_t &enterKeyType) in OnInterceptKeyboardAttach()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp5239 int32_t enterKeyType = enterKeyTypeObj->ToNumber<int32_t>(); in ParseJsCustomKeyboardOption() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js8419 enterKeyType(value) { method in ArkRichEditorComponent
9518 enterKeyType(value) { method in ArkSearchComponent
13247 enterKeyType(value) { method in ArkTextAreaComponent
14757 enterKeyType(value) { method in ArkTextInputComponent