Searched defs:onPaste (Results 1 – 12 of 12) sorted by relevance
51 onPaste(callback: (event?: PasteEvent) => void): RichEditorAttribute { method in ArkRichEditorComponent
299 onPaste(callback: (value: string) => void): SearchAttribute { method in ArkSearchComponent
381 onPaste(callback: (value: string) => void): TextAreaAttribute { method in ArkTextAreaComponent
571 onPaste(callback: (value: string) => void): TextInputAttribute { method in ArkTextInputComponent
638 onPaste: e.onPaste, property647 onPaste: e.onPaste, property
81 std::function<void()> onPaste; member
784 auto onPaste = [expectStr](const std::string& str) { EXPECT_EQ(expectStr, str); }; in __anonc59727f20c02() variable1978 auto onPaste = [expectStr](const std::string& str) { EXPECT_EQ(expectStr, str); }; in __anonc59727f21202() variable2112 auto onPaste = [expectStr](const std::string& str) { EXPECT_EQ(expectStr, str); }; in __anonc59727f21702() variable
626 auto onPaste = [execCtx = info.GetExecutionContext(), func = std::move(jsTextFunc)]( in SetOnPaste() local
889 auto onPaste = [execCtx = info.GetExecutionContext(), func = std::move(jsTextFunc)]( in SetOnPaste() local
643 …auto onPaste = [execCtx = info.GetExecutionContext(), func = std::move(jsTextFunc), node = targetN… in SetOnPaste() local
594 void TextOverlayComponent::SetOnPaste(const CommonCallback& onPaste) in SetOnPaste()
5318 onPaste(callback) { method in ArkRichEditorComponent5755 onPaste(callback) { method in ArkSearchComponent7758 onPaste(callback) { method in ArkTextAreaComponent8354 onPaste(callback) { method in ArkTextInputComponent