/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_text_config_capi.cpp | 44 InputMethod_TextConfig *config, InputMethod_EnterKeyType enterKeyType) in OH_TextConfig_SetEnterKeyType() 100 InputMethod_TextConfig *config, InputMethod_EnterKeyType *enterKeyType) in OH_TextConfig_GetEnterKeyType()
|
H A D | native_text_changed_listener.cpp | 93 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 D | InputMethodWithAttachTest.js | 74 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 D | InputMethodTest.js | 715 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 D | input_attribute.h | 32 int32_t enterKeyType = 0; member
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/ |
H A D | native_inputmethod_types.h | 39 InputMethod_EnterKeyType enterKeyType; member
|
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/ |
H A D | inputmethodcontroller_fuzzer.cpp | 93 int32_t enterKeyType; in TestOnConfigurationChange() local
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-textinput.md | 102 ### enterKeyType subsection
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-textinput.md | 103 ### enterKeyType subsection
|
/ohos5.0/base/inputmethod/imf/test/common/src/ |
H A D | text_listener.cpp | 92 EnterKeyType enterKeyType = functionKey.GetEnterKeyType(); in SendFunctionKey() local
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_controller.h | 220 int32_t enterKeyType = 0; member
|
H A D | js_get_input_method_controller.cpp | 114 napi_value enterKeyType = nullptr; in GetJsEnterKeyTypeProperty() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | rich_editor_modifier.cpp | 330 void SetRichEditorEnterKeyType(ArkUINodeHandle node, ArkUI_Uint32 enterKeyType) in SetRichEditorEnterKeyType()
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | inputmethod_controller_capi_test.cpp | 427 InputMethod_EnterKeyType enterKeyType = IME_ENTER_KEY_UNSPECIFIED; variable
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_handler_impl.cpp | 839 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 D | ark_web_handler_wrapper.cpp | 950 …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 D | nweb_handler.h | 952 …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 D | arkts_native_rich_editor_bridge.cpp | 945 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 D | web_client_impl.cpp | 1141 …nst std::map<std::string, std::string> &attributes, bool &useSystemKeyboard, int32_t &enterKeyType) in OnInterceptKeyboardAttach()
|
H A D | web_delegate.cpp | 7101 …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 D | js_web.cpp | 5239 int32_t enterKeyType = enterKeyTypeObj->ToNumber<int32_t>(); in ParseJsCustomKeyboardOption() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 8419 enterKeyType(value) { method in ArkRichEditorComponent 9518 enterKeyType(value) { method in ArkSearchComponent 13247 enterKeyType(value) { method in ArkTextAreaComponent 14757 enterKeyType(value) { method in ArkTextInputComponent
|