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