Searched defs:onCopy (Results 1 – 9 of 9) sorted by relevance
290 onCopy(callback: (value: string) => void): SearchAttribute { method in ArkSearchComponent
375 onCopy(callback: (value: string) => void): TextAreaAttribute { method in ArkTextAreaComponent
598 onCopy(callback: (value: string) => void): TextAttribute { method in ArkTextComponent
565 onCopy(callback: (value: string) => void): TextInputAttribute { method in ArkTextInputComponent
639 onCopy: e.onCopy, property648 onCopy: e.onCopy, property
80 std::function<void()> onCopy; member
783 auto onCopy = [expectStr](const std::string& str) { EXPECT_EQ(expectStr, str); }; in __anonc59727f20b02() variable1977 auto onCopy = [expectStr](const std::string& str) { EXPECT_EQ(expectStr, str); }; in __anonc59727f21102() variable2111 auto onCopy = [expectStr](const std::string& str) { EXPECT_EQ(expectStr, str); }; in __anonc59727f21602() variable
584 void TextOverlayComponent::SetOnCopy(const CommonCallback& onCopy) in SetOnCopy()
5746 onCopy(callback) { method in ArkSearchComponent7370 onCopy(callback) { method in ArkTextComponent7752 onCopy(callback) { method in ArkTextAreaComponent8348 onCopy(callback) { method in ArkTextInputComponent