Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_texteditengine.cpp146 next_operation_index_to_insert_(0), in CFDE_TextEditEngine()
349 size_t last_insert_position = next_operation_index_to_insert_ == 0 in AddOperationRecord()
351 : next_operation_index_to_insert_ - 1; in AddOperationRecord()
385 next_operation_index_to_insert_ = in AddOperationRecord()
395 next_operation_index_to_insert_ = 0; in ClearOperationRecords()
544 next_operation_index_to_undo_ != next_operation_index_to_insert_; in CanUndo()
549 return idx != next_operation_index_to_insert_ && in CanRedo()
Dcfde_texteditengine.h222 size_t next_operation_index_to_insert_; variable