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

  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher.h 82 class NET_EXPORT_PRIVATE DoNothingDhcpProxyScriptFetcher
85 DoNothingDhcpProxyScriptFetcher();
86 virtual ~DoNothingDhcpProxyScriptFetcher();
94 DISALLOW_COPY_AND_ASSIGN(DoNothingDhcpProxyScriptFetcher);
dhcp_proxy_script_fetcher.cc 19 DoNothingDhcpProxyScriptFetcher::DoNothingDhcpProxyScriptFetcher() {}
21 DoNothingDhcpProxyScriptFetcher::~DoNothingDhcpProxyScriptFetcher() {}
23 int DoNothingDhcpProxyScriptFetcher::Fetch(
28 void DoNothingDhcpProxyScriptFetcher::Cancel() {}
30 const GURL& DoNothingDhcpProxyScriptFetcher::GetPacURL() const {

Completed in 25 milliseconds