Home
last modified time | relevance | path

Searched refs:InsertValueByPaste (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_testone_ng.cpp382 richEditorPattern->InsertValueByPaste(pasteStr);
589 richEditorPattern->InsertValueByPaste(pasteStr);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h395 void InsertValueByPaste(const std::string& insertValue);
H A Drich_editor_pattern.cpp7298 InsertValueByPaste(pasteStr); in OnBackPressed()
7302 void RichEditorPattern::InsertValueByPaste(const std::string& pasteStr) in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern