Searched refs:throttle_queue (Results 1 – 1 of 1) sorted by relevance
570 ThrottleQueue* throttle_queue = g_throttle_queue.Pointer(); in ClearThrottleQueueForWindow() local573 for (it = throttle_queue->begin(); it != throttle_queue->end(); ) { in ClearThrottleQueueForWindow()575 it = throttle_queue->erase(it); in ClearThrottleQueueForWindow()591 ThrottleQueue* throttle_queue = g_throttle_queue.Pointer(); in OnThrottleMessage() local595 ThrottleQueue::iterator it = throttle_queue->begin(); in OnThrottleMessage()596 while (it != throttle_queue->end()) { in OnThrottleMessage()601 it = throttle_queue->erase(it); in OnThrottleMessage()610 bool throttle_queue_was_empty = throttle_queue->empty(); in OnThrottleMessage()642 ThrottleQueue* throttle_queue = g_throttle_queue.Pointer(); in ThrottleMessage() local644 throttle_queue->push_back(msg); in ThrottleMessage()[all …]