Searched refs:DhcpProxyScriptFetcher (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/net/proxy/
H A Ddhcp_proxy_script_fetcher.cc11 std::string DhcpProxyScriptFetcher::GetFetcherName() const {
15 DhcpProxyScriptFetcher::DhcpProxyScriptFetcher() {} function in class:net::DhcpProxyScriptFetcher
17 DhcpProxyScriptFetcher::~DhcpProxyScriptFetcher() {}
H A Ddhcp_proxy_script_fetcher_factory.h15 class DhcpProxyScriptFetcher;
19 // DhcpProxyScriptFetcher for your operating system and settings.
38 // and its lifetime must exceed that of the returned DhcpProxyScriptFetcher.
44 DhcpProxyScriptFetcher* Create(URLRequestContext* url_request_context);
H A Ddhcp_proxy_script_fetcher.h26 class NET_EXPORT_PRIVATE DhcpProxyScriptFetcher { class in namespace:net
29 virtual ~DhcpProxyScriptFetcher();
74 DhcpProxyScriptFetcher();
77 DISALLOW_COPY_AND_ASSIGN(DhcpProxyScriptFetcher);
83 : public DhcpProxyScriptFetcher {
H A Ddhcp_proxy_script_fetcher_factory.cc21 DhcpProxyScriptFetcher* DhcpProxyScriptFetcherFactory::Create(
27 DhcpProxyScriptFetcher* ret = NULL;
H A Dproxy_service_v8.h13 class DhcpProxyScriptFetcher;
43 DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher,
H A Ddhcp_proxy_script_fetcher_factory_unittest.cc16 scoped_ptr<DhcpProxyScriptFetcher> fetcher(factory.Create(NULL));
26 scoped_ptr<DhcpProxyScriptFetcher> fetcher(factory.Create(context.get()));
H A Dproxy_service_v8.cc19 DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher,
H A Dproxy_script_decider.h27 class DhcpProxyScriptFetcher;
56 DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher,
165 DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher_;
H A Ddhcp_proxy_script_fetcher_win.h30 : public DhcpProxyScriptFetcher,
40 // DhcpProxyScriptFetcher implementation.
H A Dproxy_service.h34 class DhcpProxyScriptFetcher;
184 // Sets the ProxyScriptFetcher and DhcpProxyScriptFetcher dependencies. This
189 DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher);
401 scoped_ptr<DhcpProxyScriptFetcher> dhcp_proxy_script_fetcher_;
H A Dproxy_service.cc358 DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher,
556 DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher,
703 DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher_;
1346 DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher) {
H A Dproxy_script_decider.cc80 DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher,
H A Dproxy_script_decider_unittest.cc131 class MockDhcpProxyScriptFetcher : public DhcpProxyScriptFetcher {
639 class SynchronousSuccessDhcpFetcher : public DhcpProxyScriptFetcher {
721 : public DhcpProxyScriptFetcher,
H A Dproxy_service_unittest.cc810 DhcpProxyScriptFetcher* dhcp_fetcher = new DoNothingDhcpProxyScriptFetcher();
/external/chromium_org/chromeos/network/
H A Ddhcp_proxy_script_fetcher_chromeos.h22 // ChromeOS specific implementation of DhcpProxyScriptFetcher.
26 : public net::DhcpProxyScriptFetcher {
32 // net::DhcpProxyScriptFetcher
/external/chromium_org/chrome/browser/net/
H A Dproxy_service_factory.cc133 net::DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher;

Completed in 3528 milliseconds