Searched refs:DoDeleteActions (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_pattern_testfour_ng.cpp | 940 richEditorPattern->DoDeleteActions(0, 0, info); 947 richEditorPattern->DoDeleteActions(0, 0, info);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.h | 498 bool DoDeleteActions(int32_t currentPosition, int32_t length, RichEditorDeleteValue& info);
|
H A D | rich_editor_pattern.cpp | 5372 bool RichEditorPattern::DoDeleteActions(int32_t currentPosition, int32_t length, RichEditorDeleteVa… in DoDeleteActions() function in OHOS::Ace::NG::RichEditorPattern 5511 DoDeleteActions(0, 0, info); in DeleteBackwardOperation() 5519 bool doDelete = DoDeleteActions(currentPosition, length, info); in DeleteBackwardOperation() 5587 bool doDelete = DoDeleteActions(currentPosition, length, info); in DeleteForwardOperation() 10865 bool doDelete = DoDeleteActions(currentPosition, length, info); in OnBackPressed()
|