Home
last modified time | relevance | path

Searched refs:throttle_queue (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl_win.cc570 ThrottleQueue* throttle_queue = g_throttle_queue.Pointer(); in ClearThrottleQueueForWindow() local
573 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() local
595 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() local
644 throttle_queue->push_back(msg); in ThrottleMessage()
[all …]