Home
last modified time | relevance | path

Searched refs:onCutWithEvent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_edit_test_ng.cpp1133 auto onCutWithEvent = [&isEventCalled](NG::TextCommonEvent& event) { isEventCalled = true; }; in __anonb4f2cab20502() variable
1134 richEditorModel.SetOnCut(std::move(onCutWithEvent));
1172 auto onCutWithEvent = [&isEventCalled](NG::TextCommonEvent& event) { in __anonb4f2cab20602() variable
1176 richEditorModel.SetOnCut(std::move(onCutWithEvent));
H A Drich_editor_edit_testone_ng.cpp1362 auto onCutWithEvent = [&isEventCalled](NG::TextCommonEvent& event) { in __anon93c694140402() variable
1366 richEditorModel.SetOnCut(std::move(onCutWithEvent));
H A Drich_editor_test_ng.cpp5265 auto onCutWithEvent = [&isEventCalled](NG::TextCommonEvent& event) { isEventCalled = true; }; in __anon814dfc0d2902() variable
5266 richEditorModel.SetOnCut(std::move(onCutWithEvent));
5301 auto onCutWithEvent = [&isEventCalled](NG::TextCommonEvent& event) { in __anon814dfc0d2a02() variable
5305 richEditorModel.SetOnCut(std::move(onCutWithEvent));