Searched refs:sent_requests_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/
H A Dplugin_process_host.cc326 return sent_requests_.empty();
338 while (!sent_requests_.empty()) {
339 Client* client = sent_requests_.front();
342 sent_requests_.pop_front();
377 std::list<Client*>::iterator it = sent_requests_.begin();
378 while (it != sent_requests_.end()) {
385 DCHECK(it != sent_requests_.end());
400 sent_requests_.push_back(client);
409 Client* client = sent_requests_.front();
421 sent_requests_
[all...]
H A Dppapi_plugin_process_host.cc389 sent_requests_.push(client);
450 while (!sent_requests_.empty()) {
451 sent_requests_.front()->OnPpapiChannelOpened(IPC::ChannelHandle(),
453 sent_requests_.pop();
460 if (sent_requests_.empty())
464 // sent_requests_ queue should be the one that the plugin just created.
465 Client* client = sent_requests_.front();
466 sent_requests_.pop();
H A Dplugin_process_host.h166 std::list<Client*> sent_requests_; member in class:content::PluginProcessHost
H A Dppapi_plugin_process_host.h156 std::queue<Client*> sent_requests_; member in class:content::PpapiPluginProcessHost

Completed in 2439 milliseconds