Lines Matching refs:RecordOperation
36 CFDE_TextEditEngine::RecordOperation::kSkipRecord); in Redo()
41 CFDE_TextEditEngine::RecordOperation::kSkipRecord); in Undo()
61 CFDE_TextEditEngine::RecordOperation::kSkipRecord); in Redo()
66 CFDE_TextEditEngine::RecordOperation::kSkipRecord); in Undo()
253 RecordOperation add_operation) { in Insert()
267 if (delegate_ && (add_operation != RecordOperation::kSkipRecord && in Insert()
268 add_operation != RecordOperation::kSkipNotify)) { in Insert()
278 DeleteSelectedText(RecordOperation::kSkipRecord); in Insert()
298 if (add_operation == RecordOperation::kSkipNotify) { in Insert()
345 if (add_operation == RecordOperation::kInsertRecord) { in Insert()
816 RecordOperation add_operation) { in DeleteSelectedText()
825 RecordOperation add_operation) { in Delete()
832 if (delegate_ && (add_operation != RecordOperation::kSkipRecord && in Delete()
833 add_operation != RecordOperation::kSkipNotify)) { in Delete()
857 if (add_operation == RecordOperation::kInsertRecord) { in Delete()
873 Insert(start_idx, change.text, RecordOperation::kSkipRecord); in Delete()
902 WideString txt = DeleteSelectedText(RecordOperation::kSkipRecord); in ReplaceSelectedText()
903 Insert(gap_position_, rep, RecordOperation::kSkipRecord); in ReplaceSelectedText()