Home
last modified time | relevance | path

Searched refs:DoNothingDhcpProxyScriptFetcher (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/proxy/
Ddhcp_proxy_script_fetcher.cc19 DoNothingDhcpProxyScriptFetcher::DoNothingDhcpProxyScriptFetcher() {} in DoNothingDhcpProxyScriptFetcher() function in net::DoNothingDhcpProxyScriptFetcher
21 DoNothingDhcpProxyScriptFetcher::~DoNothingDhcpProxyScriptFetcher() {} in ~DoNothingDhcpProxyScriptFetcher()
23 int DoNothingDhcpProxyScriptFetcher::Fetch( in Fetch()
28 void DoNothingDhcpProxyScriptFetcher::Cancel() {} in Cancel()
30 const GURL& DoNothingDhcpProxyScriptFetcher::GetPacURL() const { in GetPacURL()
Ddhcp_proxy_script_fetcher.h82 class NET_EXPORT_PRIVATE DoNothingDhcpProxyScriptFetcher
85 DoNothingDhcpProxyScriptFetcher();
86 virtual ~DoNothingDhcpProxyScriptFetcher();
94 DISALLOW_COPY_AND_ASSIGN(DoNothingDhcpProxyScriptFetcher);
Dproxy_script_decider_unittest.cc183 DoNothingDhcpProxyScriptFetcher dhcp_fetcher; in TEST()
219 DoNothingDhcpProxyScriptFetcher dhcp_fetcher; in TEST()
255 DoNothingDhcpProxyScriptFetcher dhcp_fetcher; in TEST()
273 DoNothingDhcpProxyScriptFetcher dhcp_fetcher; in TEST()
290 DoNothingDhcpProxyScriptFetcher dhcp_fetcher; in TEST()
333 DoNothingDhcpProxyScriptFetcher dhcp_fetcher_;
435 DoNothingDhcpProxyScriptFetcher dhcp_fetcher; in TEST()
459 DoNothingDhcpProxyScriptFetcher dhcp_fetcher; in TEST()
523 DoNothingDhcpProxyScriptFetcher dhcp_fetcher; in TEST()
544 DoNothingDhcpProxyScriptFetcher dhcp_fetcher; in TEST()
[all …]
Ddhcp_proxy_script_fetcher_factory.cc24 return new DoNothingDhcpProxyScriptFetcher(); in Create()
Dproxy_service_unittest.cc810 DhcpProxyScriptFetcher* dhcp_fetcher = new DoNothingDhcpProxyScriptFetcher(); in TEST_F()
1722 new DoNothingDhcpProxyScriptFetcher()); in TEST_F()
1828 new DoNothingDhcpProxyScriptFetcher()); in TEST_F()
1858 new DoNothingDhcpProxyScriptFetcher()); in TEST_F()
1888 new DoNothingDhcpProxyScriptFetcher()); in TEST_F()
1982 new DoNothingDhcpProxyScriptFetcher()); in TEST_F()
2061 new DoNothingDhcpProxyScriptFetcher()); in TEST_F()
2136 new DoNothingDhcpProxyScriptFetcher()); in TEST_F()
2196 new DoNothingDhcpProxyScriptFetcher()); in TEST_F()
2266 new DoNothingDhcpProxyScriptFetcher()); in TEST_F()
[all …]