Searched refs:next_operation_index_to_insert_ (Results 1 – 2 of 2) sorted by relevance
146 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()
222 size_t next_operation_index_to_insert_; variable