Searched refs:ThrottleQueue (Results 1 – 1 of 1) sorted by relevance
69 typedef std::deque<MSG> ThrottleQueue; typedef70 base::LazyInstance<ThrottleQueue> g_throttle_queue = LAZY_INSTANCE_INITIALIZER;570 ThrottleQueue* throttle_queue = g_throttle_queue.Pointer(); in ClearThrottleQueueForWindow()572 ThrottleQueue::iterator it; in ClearThrottleQueueForWindow()591 ThrottleQueue* throttle_queue = g_throttle_queue.Pointer(); in OnThrottleMessage()592 ThrottleQueue notify_queue; in OnThrottleMessage()595 ThrottleQueue::iterator it = throttle_queue->begin(); in OnThrottleMessage()642 ThrottleQueue* throttle_queue = g_throttle_queue.Pointer(); in ThrottleMessage()