Searched defs:PreemptedBackgroundSequence (Results 1 – 1 of 1) sorted by relevance
216 struct TaskTracker::PreemptedBackgroundSequence { struct in base::internal::TaskTracker218 PreemptedBackgroundSequence(scoped_refptr<Sequence> sequence_in, in PreemptedBackgroundSequence() function228 bool operator<(const PreemptedBackgroundSequence& other) const { in operator <()231 bool operator>(const PreemptedBackgroundSequence& other) const { in operator >()236 scoped_refptr<Sequence> sequence;239 TimeTicks next_task_sequenced_time;242 CanScheduleSequenceObserver* observer = nullptr;