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

  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_io_data.cc 311 scoped_ptr<net::URLRequestJobFactory> top_job_factory; local
312 top_job_factory = SetUpJobFactoryDefaults(job_factory.Pass(),
316 context->SetJobFactory(top_job_factory.Pass());
profile_impl_io_data.cc 589 scoped_ptr<net::URLRequestJobFactory> top_job_factory; local
595 top_job_factory = SetUpJobFactoryDefaults(
600 top_job_factory = job_factory.PassAs<net::URLRequestJobFactory>();
602 context->SetJobFactory(top_job_factory.Pass());
profile_io_data.cc 873 scoped_ptr<net::URLRequestJobFactory> top_job_factory = local
    [all...]

Completed in 57 milliseconds