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 D | rich_editor_drag_test_ng.cpp | 246 pattern->HandleOnDragDropTextOperation(INIT_VALUE_1, true); 249 pattern->HandleOnDragDropTextOperation(INIT_VALUE_1, true);
|
H A D | rich_editor_edit_test_ng.cpp | 794 richEditorPattern->HandleOnDragDropTextOperation(INIT_VALUE_1, false);
|
H A D | rich_editor_change_callback_test_ng.cpp | 451 richEditorPattern->HandleOnDragDropTextOperation("he", true);
|
H A D | rich_editor_test_ng.cpp | 4115 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 D | rich_editor_drag_test_ng.cpp | 246 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 D | rich_editor_pattern.h | 1262 void HandleOnDragDropTextOperation(const std::string& insertValue, bool isDeleteSelect);
|
H A D | rich_editor_pattern.cpp | 9220 HandleOnDragDropTextOperation(str, isDragSponsor_); in OnBackPressed() 9281 void RichEditorPattern::HandleOnDragDropTextOperation(const std::string& insertValue, bool isDelete… in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern
|