Home
last modified time | relevance | path

Searched refs:delOptions (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_change_callback_test_ng.cpp275 RangeOptions delOptions; variable
276 delOptions.start = 0;
277 delOptions.end = 2;
278 richEditorPattern->DeleteSpans(delOptions);
566 RangeOptions delOptions; variable
567 delOptions.start = 0;
568 delOptions.end = 2;
569 richEditorPattern->DeleteSpans(delOptions);
H A Drich_editor_test_ng.cpp5578 RangeOptions delOptions; variable
5579 delOptions.start = 0;
5580 delOptions.end = 2;
5581 richEditorPattern->DeleteSpans(delOptions);
5869 RangeOptions delOptions; variable
5870 delOptions.start = 0;
5871 delOptions.end = 2;
5872 richEditorPattern->DeleteSpans(delOptions);