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.cpp135 next_operation_index_to_insert_(0), in CFDE_TextEditEngine()
375 size_t last_insert_position = next_operation_index_to_insert_ == 0 in AddOperationRecord()
377 : next_operation_index_to_insert_ - 1; in AddOperationRecord()
411 next_operation_index_to_insert_ = in AddOperationRecord()
421 next_operation_index_to_insert_ = 0; in ClearOperationRecords()
569 next_operation_index_to_undo_ != next_operation_index_to_insert_; in CanUndo()
574 return idx != next_operation_index_to_insert_ && in CanRedo()
Dcfde_texteditengine.h229 size_t next_operation_index_to_insert_; variable