HomeSort by relevance Sort by last modified time
    Searched refs:main_request_context_ (Results 1 - 4 of 4) 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
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.cc 617 if (main_request_context_)
618 main_request_context_->AssertNoURLRequests();
715 return main_request_context_.get();
    [all...]
profile_io_data.h 342 return main_request_context_.get();
358 // Fills in fields of params using values from main_request_context_ and the
537 mutable scoped_ptr<ChromeURLRequestContext> main_request_context_; member in class:ProfileIOData

Completed in 33 milliseconds