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

  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_factory.h 32 class NET_EXPORT DhcpProxyScriptFetcherFactory {
35 DhcpProxyScriptFetcherFactory();
63 DISALLOW_COPY_AND_ASSIGN(DhcpProxyScriptFetcherFactory);
dhcp_proxy_script_fetcher_factory.cc 16 DhcpProxyScriptFetcherFactory::DhcpProxyScriptFetcherFactory()
21 DhcpProxyScriptFetcher* DhcpProxyScriptFetcherFactory::Create(
36 void DhcpProxyScriptFetcherFactory::set_enabled(bool enabled) {
42 bool DhcpProxyScriptFetcherFactory::enabled() const {
47 bool DhcpProxyScriptFetcherFactory::IsSupported() {
dhcp_proxy_script_fetcher_factory_unittest.cc 14 DhcpProxyScriptFetcherFactory factory;
22 DhcpProxyScriptFetcherFactory factory;
33 ASSERT_TRUE(DhcpProxyScriptFetcherFactory::IsSupported());
35 ASSERT_FALSE(DhcpProxyScriptFetcherFactory::IsSupported());
40 DhcpProxyScriptFetcherFactory factory;
  /external/chromium_org/chrome/browser/net/
proxy_service_factory.cc 138 net::DhcpProxyScriptFetcherFactory dhcp_factory;
connection_tester.cc 195 net::DhcpProxyScriptFetcherFactory dhcp_factory;

Completed in 78 milliseconds