Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/
Dplugin_process_host.cc322 return sent_requests_.empty(); in CanShutdown()
334 while (!sent_requests_.empty()) { in CancelRequests()
335 Client* client = sent_requests_.front(); in CancelRequests()
338 sent_requests_.pop_front(); in CancelRequests()
373 std::list<Client*>::iterator it = sent_requests_.begin(); in CancelSentRequest()
374 while (it != sent_requests_.end()) { in CancelSentRequest()
381 DCHECK(it != sent_requests_.end()); in CancelSentRequest()
396 sent_requests_.push_back(client); in RequestPluginChannel()
405 Client* client = sent_requests_.front(); in OnChannelCreated()
417 sent_requests_.pop_front(); in OnChannelCreated()
Dppapi_plugin_process_host.cc362 sent_requests_.push(client); in RequestPluginChannel()
426 while (!sent_requests_.empty()) { in CancelRequests()
427 sent_requests_.front()->OnPpapiChannelOpened(IPC::ChannelHandle(), in CancelRequests()
429 sent_requests_.pop(); in CancelRequests()
436 if (sent_requests_.empty()) in OnRendererPluginChannelCreated()
441 Client* client = sent_requests_.front(); in OnRendererPluginChannelCreated()
442 sent_requests_.pop(); in OnRendererPluginChannelCreated()
Dppapi_plugin_process_host.h156 std::queue<Client*> sent_requests_; variable
Dplugin_process_host.h165 std::list<Client*> sent_requests_; variable