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

  /external/chromium/chrome/browser/profiles/
profile_io_data.cc 220 scoped_refptr<RequestContext> context = main_request_context_;
222 main_request_context_ = NULL;
282 main_request_context_ = new RequestContext;
285 profile_params_->appcache_service->set_request_context(main_request_context_);
299 main_request_context_));
315 resource_context_.set_request_context(main_request_context_);
profile_io_data.h 160 return main_request_context_;
228 mutable scoped_refptr<RequestContext> main_request_context_; member in class:ProfileIOData

Completed in 25 milliseconds