Searched refs:sent_requests_ (Results 1 – 4 of 4) sorted by relevance
322 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()
362 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()
156 std::queue<Client*> sent_requests_; variable
165 std::list<Client*> sent_requests_; variable