Home
last modified time | relevance | path

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

12

/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/arkui/src/generated/
DArkSearchInterfaces.ts128 onPaste: OnPasteCallback; property
DArkRichEditor.ts189 public onPaste(value: PasteEventCallback): this { method in ArkRichEditorComponent
DArkTextAreaInterfaces.ts131 onPaste: ((value: string, event: PasteEvent) => void); property
DArkSearch.ts251 public onPaste(value: OnPasteCallback): this { method in ArkSearchComponent
DArkTextInputInterfaces.ts152 onPaste: OnPasteCallback; property
DArkTextArea.ts287 public onPaste(value: ((value: string, event: PasteEvent) => void)): this { method in ArkTextAreaComponent
DArkTextInput.ts288 public onPaste(value: OnPasteCallback): this { method in ArkTextInputComponent
DArkRichEditorInterfaces.ts287 onPaste: PasteEventCallback; property
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui/src/generated/
DArkSearchInterfaces.ts112 onPaste: OnPasteCallback; property
DArkRichEditor.ts161 public onPaste(value: PasteEventCallback): this { method in ArkRichEditorComponent
DArkTextAreaInterfaces.ts115 onPaste: ((value: string,event: PasteEvent) => void); property
DArkSearch.ts234 public onPaste(value: OnPasteCallback): this { method in ArkSearchComponent
DArkTextInputInterfaces.ts136 onPaste: OnPasteCallback; property
DArkTextArea.ts270 public onPaste(value: ((value: string,event: PasteEvent) => void)): this { method in ArkTextAreaComponent
DArkTextInput.ts271 public onPaste(value: OnPasteCallback): this { method in ArkTextInputComponent
DArkRichEditorInterfaces.ts264 onPaste: PasteEventCallback; property
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui/src/generated/peers/
DArkRichEditorPeer.ts339 onPaste?: PasteEventCallback property
DArkSearchPeer.ts520 onPaste?: OnPasteCallback property
DArkTextAreaPeer.ts574 onPaste?: ((value: string,event: PasteEvent) => void) property
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkRichEditor.ts514 onPaste(callback: (event?: PasteEvent) => void): RichEditorAttribute { method in ArkRichEditorComponent
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dsearch_model_impl.cpp280 auto onPaste = [func] (const std::string& value) { in SetOnPaste() local
Dtext_field_model_impl.cpp447 auto onPaste = [func] (const std::string& value) { in SetOnPaste() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
Dtext_input_cursor_test.cpp522 …auto onPaste = [expectStr](const std::u16string& str) { EXPECT_EQ(expectStr, StringUtils::Str16ToS… in __anon84c453700802() variable
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui-ohos/src/component/
Dsearch.ts911 onPaste(value: OnPasteCallback | undefined): this method
1290 public onPaste(value: OnPasteCallback | undefined): this { method in ArkSearchComponent
DtextArea.ts1073 onPaste(value: ((value: string,event: PasteEvent) => void) | undefined): this method
1545 public onPaste(value: ((value: string,event: PasteEvent) => void) | undefined): this { method in ArkTextAreaComponent

12