Home
last modified time | relevance | path

Searched defs:onCopy (Results 1 – 25 of 57) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui-ohos/src/handwritten/modifiers/
DArkTextNode.ts129 onCopy(value: ((breakpoints: string) => void) | undefined): this { method in ArkTextNode
DArkTextModifier.ts131 onCopy(value: ((breakpoints: string) => void) | undefined): this { method in ArkTextAttributeSet
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/arkui/src/generated/
DArkTextInterfaces.ts103 onCopy: ((breakpoints: string) => void); property
DArkSearchInterfaces.ts126 onCopy: ((breakpoints: string) => void); property
DArkRichEditor.ts297 public onCopy(value: ((parameter: CopyEvent) => void)): this { method in ArkRichEditorComponent
DArkTextAreaInterfaces.ts129 onCopy: ((breakpoints: string) => void); property
DArkSearch.ts233 public onCopy(value: ((breakpoints: string) => void)): this { method in ArkSearchComponent
DArkTextInputInterfaces.ts150 onCopy: ((breakpoints: string) => void); property
DArkTextArea.ts269 public onCopy(value: ((breakpoints: string) => void)): this { method in ArkTextAreaComponent
DArkTextInput.ts270 public onCopy(value: ((breakpoints: string) => void)): this { method in ArkTextInputComponent
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui/src/generated/
DArkSearchInterfaces.ts110 onCopy: ((breakpoints: string) => void); property
DArkRichEditor.ts269 public onCopy(value: ((parameter: CopyEvent) => void)): this { method in ArkRichEditorComponent
DArkTextAreaInterfaces.ts113 onCopy: ((breakpoints: string) => void); property
DArkSearch.ts216 public onCopy(value: ((breakpoints: string) => void)): this { method in ArkSearchComponent
DArkText.ts343 public onCopy(value: ((breakpoints: string) => void)): this { method in ArkTextComponent
DArkTextInputInterfaces.ts134 onCopy: ((breakpoints: string) => void); property
DArkTextArea.ts252 public onCopy(value: ((breakpoints: string) => void)): this { method in ArkTextAreaComponent
DArkTextInput.ts253 public onCopy(value: ((breakpoints: string) => void)): this { method in ArkTextInputComponent
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui/src/generated/peers/
DArkRichEditorPeer.ts351 onCopy?: ((parameter: CopyEvent) => void) property
DArkSearchPeer.ts518 onCopy?: ((breakpoints: string) => void) property
DArkTextPeer.ts587 onCopy?: ((breakpoints: string) => void) property
DArkTextAreaPeer.ts572 onCopy?: ((breakpoints: string) => void) property
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkRichEditor.ts580 onCopy(callback: Callback<CopyEvent>): RichEditorAttribute { method in ArkRichEditorComponent
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dsearch_model_impl.cpp246 auto onCopy = [func] (const std::string& value) { in SetOnCopy() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
Dtext_input_cursor_test.cpp521 …auto onCopy = [expectStr](const std::u16string& str) { EXPECT_EQ(expectStr, StringUtils::Str16ToSt… in __anon84c453700702() variable

123