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

  /external/chromium/net/proxy/
init_proxy_resolver.cc 37 proxy_script_fetcher_(proxy_script_fetcher),
187 if (!proxy_script_fetcher_) {
192 return proxy_script_fetcher_->Fetch(effective_pac_url,
299 proxy_script_fetcher_->Cancel();
init_proxy_resolver.h 119 ProxyScriptFetcher* proxy_script_fetcher_; member in class:net::InitProxyResolver
proxy_service.h 321 scoped_ptr<ProxyScriptFetcher> proxy_script_fetcher_; member in class:net::ProxyService
328 // Note that the declaration is important here: |proxy_script_fetcher_| and
proxy_service.cc 751 proxy_script_fetcher_.reset(proxy_script_fetcher);
758 return proxy_script_fetcher_.get();
903 new InitProxyResolver(resolver_.get(), proxy_script_fetcher_.get(),
    [all...]

Completed in 56 milliseconds