Home
last modified time | relevance | path

Searched refs:OperationRecord (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_pattern_testthree_ng.cpp206 RichEditorPattern::OperationRecord firstRecord;
212 RichEditorPattern::OperationRecord emptyRecord;
218 RichEditorPattern::OperationRecord secondRecord;
237 RichEditorPattern::OperationRecord firstRecord;
244 RichEditorPattern::OperationRecord secondRecord;
252 RichEditorPattern::OperationRecord thridRecord;
H A Drich_editor_click_testone_ng.cpp92 RichEditorPattern::OperationRecord record;
H A Drich_editor_edit_test_ng.cpp467 RichEditorPattern::OperationRecord operationRecord;
512 RichEditorPattern::OperationRecord record;
533 RichEditorPattern::OperationRecord record;
770 RichEditorPattern::OperationRecord record;
815 RichEditorPattern::OperationRecord record;
H A Drich_editor_pattern_test_ng.cpp1293 RichEditorPattern::OperationRecord record;
1329 RichEditorPattern::OperationRecord record;
1368 RichEditorPattern::OperationRecord record;
1777 RichEditorPattern::OperationRecord record;
H A Drich_editor_pattern_testfour_ng.cpp962 RichEditorPattern::OperationRecord record;
1044 RichEditorPattern::OperationRecord record;
H A Drich_editor_pattern_testtwo_ng.cpp283 RichEditorPattern::OperationRecord record;
H A Drich_editor_keyboard_shortcut_test_ng.cpp485 RichEditorPattern::OperationRecord record;
H A Drich_editor_pattern_testone_ng.cpp358 RichEditorPattern::OperationRecord record;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h142 struct OperationRecord { struct
143OperationRecord() : beforeCaretPosition(-1), afterCaretPosition(-1), deleteCaretPostion(-1) {} in OperationRecord() function
389 … void InsertValueOperation(const std::string& insertValue, OperationRecord* const record = nullptr,
391 void DeleteSelectOperation(OperationRecord* const record);
392 void DeleteByRange(OperationRecord* const record, int32_t start, int32_t end);
434 void AddOperationRecord(const OperationRecord& record);
1201 …oreUndo(RichEditorChangeValue& changeValue, int32_t& innerPosition, const OperationRecord& record);
1263 void UndoDrag(const OperationRecord& record);
1264 void RedoDrag(const OperationRecord& record);
1372 std::vector<OperationRecord> operationRecords_;
[all …]
H A Drich_editor_pattern.cpp981 OperationRecord record; in AddOprationWhenAddImage()
1107 OperationRecord record; in AddTextSpan()
1221 OperationRecord record; in AddSymbolSpan()
1348 OperationRecord record; in DeleteSpans()
5064 OperationRecord record; in ProcessInsertValue()
5476 OperationRecord record; in DeleteBackward()
5546 OperationRecord record; in DeleteForward()
9289 OperationRecord record; in OnBackPressed()
9308 void RichEditorPattern::UndoDrag(const OperationRecord& record) in OnBackPressed()
9343 OperationRecord record; in OnBackPressed()
[all …]