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

  /external/chromium_org/ui/base/x/
selection_requestor.cc 58 PendingRequest pending_request(target, run_loop.QuitClosure());
59 pending_requests_.push_back(&pending_request);
62 DCHECK_EQ(&pending_request, pending_requests_.back());
65 if (pending_request.returned_property != property_to_set)
68 return ui::GetRawBytesOfProperty(x_window_, pending_request.returned_property,
  /external/chromium_org/chrome/browser/signin/
fake_profile_oauth2_token_service.cc 139 PendingRequest pending_request; local
140 pending_request.account_id = account_id;
141 pending_request.client_id = client_id;
142 pending_request.client_secret = client_secret;
143 pending_request.scopes = scopes;
144 pending_request.request = request->AsWeakPtr();
145 pending_requests_.push_back(pending_request);
  /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/net/spdy/
spdy_session.cc 727 base::WeakPtr<SpdyStreamRequest> pending_request = local
729 DCHECK(pending_request);
731 return pending_request;
747 base::WeakPtr<SpdyStreamRequest> pending_request = local
749 if (!pending_request)
756 pending_request));
1425 base::WeakPtr<SpdyStreamRequest> pending_request = local
    [all...]
spdy_session.h 770 const base::WeakPtr<SpdyStreamRequest>& pending_request);
    [all...]
  /external/chromium_org/content/child/
resource_dispatcher.cc 686 PendingRequestInfo& pending_request = index->second; local
687 if (pending_request.is_deferred) {
688 pending_request.deferred_message_queue.swap(q);

Completed in 122 milliseconds