Home
last modified time | relevance | path

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

/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl_win.cc69 typedef std::deque<MSG> ThrottleQueue; typedef
70 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()