HomeSort by relevance Sort by last modified time
    Searched refs:pending_request (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/renderer/extensions/
request_sender.h 78 void InsertRequest(int request_id, PendingRequest* pending_request);
request_sender.cc 36 PendingRequest* pending_request) {
38 pending_requests_[request_id].reset(pending_request);
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_network_proxy_host.cc 147 net::ProxyService::PacRequest* pending_request = NULL; local
156 &pending_request,
158 pending_requests_.push(pending_request);
  /external/chromium_org/content/child/
resource_dispatcher.cc 641 PendingRequestInfo& pending_request = index->second; local
642 if (pending_request.is_deferred) {
643 pending_request.deferred_message_queue.swap(q);
  /external/chromium_org/net/spdy/
spdy_session.cc 692 SpdyStreamRequest* pending_request = local
694 CHECK(pending_request);
698 pending_request));
699 pending_stream_request_completions_.insert(pending_request);
703 weak_factory_.GetWeakPtr(), pending_request));
    [all...]
spdy_session.h 786 void CompleteStreamRequest(SpdyStreamRequest* pending_request);
    [all...]

Completed in 130 milliseconds