Home
last modified time | relevance | path

Searched refs:HandleOnDragDropTextOperation (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_drag_test_ng.cpp246 pattern->HandleOnDragDropTextOperation(INIT_VALUE_1, true);
249 pattern->HandleOnDragDropTextOperation(INIT_VALUE_1, true);
H A Drich_editor_edit_test_ng.cpp794 richEditorPattern->HandleOnDragDropTextOperation(INIT_VALUE_1, false);
H A Drich_editor_change_callback_test_ng.cpp451 richEditorPattern->HandleOnDragDropTextOperation("he", true);
H A Drich_editor_test_ng.cpp4115 pattern->HandleOnDragDropTextOperation(INIT_VALUE_1, true);
4118 pattern->HandleOnDragDropTextOperation(INIT_VALUE_1, true);
5754 richEditorPattern->HandleOnDragDropTextOperation("he", true);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor_drag/
H A Drich_editor_drag_test_ng.cpp246 pattern->HandleOnDragDropTextOperation(INIT_VALUE_1, true);
249 pattern->HandleOnDragDropTextOperation(INIT_VALUE_1, true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h1262 void HandleOnDragDropTextOperation(const std::string& insertValue, bool isDeleteSelect);
H A Drich_editor_pattern.cpp9220 HandleOnDragDropTextOperation(str, isDragSponsor_); in OnBackPressed()
9281 void RichEditorPattern::HandleOnDragDropTextOperation(const std::string& insertValue, bool isDelete… in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern