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

  /external/chromium_org/sync/internal_api/
http_bridge.cc 187 context_getter_for_request_(context_getter),
189 context_getter_for_request_->GetNetworkTaskRunner()),
279 DCHECK(context_getter_for_request_.get());
282 fetch_state_.url_poster->SetRequestContext(context_getter_for_request_.get());
321 context_getter_for_request_ = NULL;
383 return context_getter_for_request_.get();
  /external/chromium_org/sync/internal_api/public/
http_bridge.h 209 // |context_getter_for_request_| on any thread, for example, this flow needs
217 scoped_refptr<RequestContextGetter> context_getter_for_request_; member in class:syncer::HttpBridge

Completed in 122 milliseconds