Searched refs:cutoff_time (Results 1 – 3 of 3) sorted by relevance
118 void CommandQueue::Cleanup(const base::Time& cutoff_time) { in Cleanup() argument119 while (!remove_queue_.empty() && remove_queue_.top().first <= cutoff_time) { in Cleanup()
71 void Cleanup(const base::Time& cutoff_time);
341 cutoff_time = list_syn_time[0] + self.initial_seconds_to_discard347 if time >= cutoff_time: