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