Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkSearch.ts290 onCopy(callback: (value: string) => void): SearchAttribute { method in ArkSearchComponent
DArkTextArea.ts375 onCopy(callback: (value: string) => void): TextAreaAttribute { method in ArkTextAreaComponent
DArkText.ts598 onCopy(callback: (value: string) => void): TextAttribute { method in ArkTextComponent
DArkTextInput.ts565 onCopy(callback: (value: string) => void): TextInputAttribute { method in ArkTextInputComponent
/foundation/arkui/ace_engine/advanced_ui_component/selectionmenu/interfaces/
Dselectionmenu.js639 onCopy: e.onCopy, property
648 onCopy: e.onCopy, property
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
Dselect_overlay_property.h80 std::function<void()> onCopy; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
Dtext_input_test.cpp783 auto onCopy = [expectStr](const std::string& str) { EXPECT_EQ(expectStr, str); }; in __anonc59727f20b02() variable
1977 auto onCopy = [expectStr](const std::string& str) { EXPECT_EQ(expectStr, str); }; in __anonc59727f21102() variable
2111 auto onCopy = [expectStr](const std::string& str) { EXPECT_EQ(expectStr, str); }; in __anonc59727f21602() variable
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
Dtext_overlay_component.cpp584 void TextOverlayComponent::SetOnCopy(const CommonCallback& onCopy) in SetOnCopy()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js5746 onCopy(callback) { method in ArkSearchComponent
7370 onCopy(callback) { method in ArkTextComponent
7752 onCopy(callback) { method in ArkTextAreaComponent
8348 onCopy(callback) { method in ArkTextInputComponent