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

  /external/chromium_org/chromecast/shell/browser/
url_request_context_factory.h 72 scoped_refptr<net::URLRequestContextGetter> system_getter_; member in class:chromecast::shell::URLRequestContextFactory
url_request_context_factory.cc 179 if (!system_getter_.get()) {
180 system_getter_ = new URLRequestContextGetter(this, false);
182 return system_getter_.get();

Completed in 320 milliseconds