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

  /external/chromium_org/chromecast/shell/browser/
url_request_context_factory.h 93 scoped_ptr<net::URLRequestJobFactory> system_job_factory_; member in class:chromecast::shell::URLRequestContextFactory
url_request_context_factory.cc 306 system_job_factory_.reset(new net::URLRequestJobFactoryImpl());
324 system_context->set_job_factory(system_job_factory_.get());

Completed in 376 milliseconds