Home
last modified time | relevance | path

Searched refs:FireOnCut (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_event_hub.h84 void FireOnCut(const std::string& value) in FireOnCut() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_event_hub.h225 void FireOnCut(const std::string& value) in FireOnCut() function
H A Dtext_field_pattern.cpp1703 eventHub->FireOnCut(selectedText); in HandleOnCut()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.cpp614 void RichEditorEventHub::FireOnCut(NG::TextCommonEvent& value) in FireOnCut() function in OHOS::Ace::NG::RichEditorEventHub
H A Drich_editor_event_hub.h368 void FireOnCut(NG::TextCommonEvent& value);
H A Drich_editor_pattern.cpp7381 eventHub->FireOnCut(event); in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_base_testone_ng.cpp554 eventHub->FireOnCut(event);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_test_ng.cpp1293 eventHub->FireOnCut("");