Home
last modified time | relevance | path

Searched defs:onPaste (Results 1 – 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkRichEditor.ts51 onPaste(callback: (event?: PasteEvent) => void): RichEditorAttribute { method in ArkRichEditorComponent
DArkSearch.ts299 onPaste(callback: (value: string) => void): SearchAttribute { method in ArkSearchComponent
DArkTextArea.ts381 onPaste(callback: (value: string) => void): TextAreaAttribute { method in ArkTextAreaComponent
DArkTextInput.ts571 onPaste(callback: (value: string) => void): TextInputAttribute { method in ArkTextInputComponent
/foundation/arkui/ace_engine/advanced_ui_component/selectionmenu/interfaces/
Dselectionmenu.js638 onPaste: e.onPaste, property
647 onPaste: e.onPaste, property
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
Dselect_overlay_property.h81 std::function<void()> onPaste; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
Dtext_input_test.cpp784 auto onPaste = [expectStr](const std::string& str) { EXPECT_EQ(expectStr, str); }; in __anonc59727f20c02() variable
1978 auto onPaste = [expectStr](const std::string& str) { EXPECT_EQ(expectStr, str); }; in __anonc59727f21202() variable
2112 auto onPaste = [expectStr](const std::string& str) { EXPECT_EQ(expectStr, str); }; in __anonc59727f21702() variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_search.cpp626 auto onPaste = [execCtx = info.GetExecutionContext(), func = std::move(jsTextFunc)]( in SetOnPaste() local
Djs_textfield.cpp889 auto onPaste = [execCtx = info.GetExecutionContext(), func = std::move(jsTextFunc)]( in SetOnPaste() local
Djs_richeditor.cpp643 …auto onPaste = [execCtx = info.GetExecutionContext(), func = std::move(jsTextFunc), node = targetN… in SetOnPaste() local
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
Dtext_overlay_component.cpp594 void TextOverlayComponent::SetOnPaste(const CommonCallback& onPaste) in SetOnPaste()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js5318 onPaste(callback) { method in ArkRichEditorComponent
5755 onPaste(callback) { method in ArkSearchComponent
7758 onPaste(callback) { method in ArkTextAreaComponent
8354 onPaste(callback) { method in ArkTextInputComponent