Home
last modified time | relevance | path

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

/external/chromium_org/content/child/npapi/
Dwebplugin_delegate_impl_win.cc592 ThrottleQueue notify_queue; in OnThrottleMessage() local
600 notify_queue.push_back(msg); in OnThrottleMessage()
612 for (it = notify_queue.begin(); it != notify_queue.end(); ++it) { in OnThrottleMessage()