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

  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher.cc 11 std::string DhcpProxyScriptFetcher::GetFetcherName() const {
15 DhcpProxyScriptFetcher::DhcpProxyScriptFetcher() {}
17 DhcpProxyScriptFetcher::~DhcpProxyScriptFetcher() {}
dhcp_proxy_script_fetcher_factory.h 15 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);
dhcp_proxy_script_fetcher.h 26 class NET_EXPORT_PRIVATE DhcpProxyScriptFetcher {
29 virtual ~DhcpProxyScriptFetcher();
74 DhcpProxyScriptFetcher();
77 DISALLOW_COPY_AND_ASSIGN(DhcpProxyScriptFetcher);
83 : public DhcpProxyScriptFetcher {
proxy_service_v8.h 13 class DhcpProxyScriptFetcher;
43 DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher,
dhcp_proxy_script_fetcher_factory.cc 21 DhcpProxyScriptFetcher* DhcpProxyScriptFetcherFactory::Create(
27 DhcpProxyScriptFetcher* ret = NULL;
dhcp_proxy_script_fetcher_factory_unittest.cc 16 scoped_ptr<DhcpProxyScriptFetcher> fetcher(factory.Create(NULL));
26 scoped_ptr<DhcpProxyScriptFetcher> fetcher(factory.Create(context.get()));
proxy_script_decider.h 24 class DhcpProxyScriptFetcher;
53 DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher,
151 DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher_;
proxy_service_v8.cc 19 DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher,
dhcp_proxy_script_fetcher_win.h 26 : public DhcpProxyScriptFetcher,
36 // DhcpProxyScriptFetcher implementation.
proxy_service.h 34 class DhcpProxyScriptFetcher;
166 // Sets the ProxyScriptFetcher and DhcpProxyScriptFetcher dependencies. This
171 DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher);
375 scoped_ptr<DhcpProxyScriptFetcher> dhcp_proxy_script_fetcher_;
proxy_service.cc 358 DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher,
551 DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher,
694 DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher_;
    [all...]
proxy_script_decider_unittest.cc 454 class SynchronousSuccessDhcpFetcher : public DhcpProxyScriptFetcher {
536 : public DhcpProxyScriptFetcher,
proxy_script_decider.cc 74 DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher,
proxy_service_unittest.cc 594 DhcpProxyScriptFetcher* dhcp_fetcher = new DoNothingDhcpProxyScriptFetcher();
    [all...]
  /external/chromium_org/chromeos/network/
dhcp_proxy_script_fetcher_chromeos.h 22 // ChromeOS specific implementation of DhcpProxyScriptFetcher.
26 : public net::DhcpProxyScriptFetcher {
32 // net::DhcpProxyScriptFetcher
  /external/chromium_org/chrome/browser/net/
proxy_service_factory.cc 135 net::DhcpProxyScriptFetcher* dhcp_proxy_script_fetcher;

Completed in 247 milliseconds