Searched refs:update_checkpoint_time_ (Results 1 – 2 of 2) sorted by relevance
433 base::TimeTicks update_checkpoint_time_; variable
1479 if (curr_time > update_checkpoint_time_) { in ShouldCheckpoint()1480 update_checkpoint_time_ = curr_time + update_checkpoint_wait_; in ShouldCheckpoint()