Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkRichEditor.ts363 enterKeyType(value: EnterKeyType): RichEditorAttribute { method in ArkRichEditorComponent
DArkSearch.ts900 enterKeyType(value: EnterKeyType): SearchAttribute { method in ArkSearchComponent
DArkTextArea.ts1370 enterKeyType(value: EnterKeyType): TextAreaAttribute { method in ArkTextAreaComponent
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Drich_editor_modifier.cpp330 void SetRichEditorEnterKeyType(ArkUINodeHandle node, ArkUI_Uint32 enterKeyType) in SetRichEditorEnterKeyType()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_rich_editor_bridge.cpp945 uint32_t enterKeyType = static_cast<uint32_t>(TextInputAction::NEW_LINE); in SetEnterKeyType() local
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
Dweb_client_impl.cpp1141 …nst std::map<std::string, std::string> &attributes, bool &useSystemKeyboard, int32_t &enterKeyType) in OnInterceptKeyboardAttach()
Dweb_delegate.cpp7267 …nst std::map<std::string, std::string> &attributes, bool &useSystemKeyboard, int32_t &enterKeyType) in OnInterceptKeyboardAttach()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_web.cpp5329 int32_t enterKeyType = enterKeyTypeObj->ToNumber<int32_t>(); in ParseJsCustomKeyboardOption() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js8562 enterKeyType(value) { method in ArkRichEditorComponent
9715 enterKeyType(value) { method in ArkSearchComponent
13505 enterKeyType(value) { method in ArkTextAreaComponent
15076 enterKeyType(value) { method in ArkTextInputComponent