Home
last modified time | relevance | path

Searched refs:main_request_context_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/profiles/
Dprofile_io_data.cc220 scoped_refptr<RequestContext> context = main_request_context_; in GetMainRequestContext()
222 main_request_context_ = NULL; in GetMainRequestContext()
282 main_request_context_ = new RequestContext; in LazyInitialize()
285 profile_params_->appcache_service->set_request_context(main_request_context_); in LazyInitialize()
299 main_request_context_)); in LazyInitialize()
315 resource_context_.set_request_context(main_request_context_); in LazyInitialize()
Dprofile_io_data.h160 return main_request_context_; in main_request_context()
228 mutable scoped_refptr<RequestContext> main_request_context_; variable