Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp162 operation_buffer_.resize(max_edit_operations_);
185 operation_buffer_.resize(max); in SetMaxEditOperationsForTesting()
361 operation_buffer_[last_insert_position].reset(); in AddOperationRecord()
364 operation_buffer_[0].reset(); in AddOperationRecord()
373 operation_buffer_[last_insert_position].reset(); in AddOperationRecord()
384 operation_buffer_[last_insert_position] = std::move(op); in AddOperationRecord()
391 for (auto& record : operation_buffer_) in ClearOperationRecords()
543 return operation_buffer_[next_operation_index_to_undo_] != nullptr && in CanUndo()
550 operation_buffer_[idx] != nullptr; in CanRedo()
559 operation_buffer_[next_operation_index_to_undo_]->Redo(); in Redo()
[all …]
Dcfde_texteditengine.h218 std::vector<std::unique_ptr<Operation>> operation_buffer_; variable