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

  /external/chromium_org/chromeos/network/
dhcp_proxy_script_fetcher_chromeos.cc 33 DhcpProxyScriptFetcherChromeos::DhcpProxyScriptFetcherChromeos(
44 DhcpProxyScriptFetcherChromeos::~DhcpProxyScriptFetcherChromeos() {
47 int DhcpProxyScriptFetcherChromeos::Fetch(
57 base::Bind(&DhcpProxyScriptFetcherChromeos::ContinueFetch,
62 void DhcpProxyScriptFetcherChromeos::Cancel() {
68 const GURL& DhcpProxyScriptFetcherChromeos::GetPacURL() const {
72 std::string DhcpProxyScriptFetcherChromeos::GetFetcherName() const {
76 void DhcpProxyScriptFetcherChromeos::ContinueFetch
    [all...]
dhcp_proxy_script_fetcher_chromeos.h 25 class CHROMEOS_EXPORT DhcpProxyScriptFetcherChromeos
28 explicit DhcpProxyScriptFetcherChromeos(
30 virtual ~DhcpProxyScriptFetcherChromeos() OVERRIDE;
47 base::WeakPtrFactory<DhcpProxyScriptFetcherChromeos> weak_ptr_factory_;
51 DISALLOW_COPY_AND_ASSIGN(DhcpProxyScriptFetcherChromeos);
  /external/chromium_org/chrome/browser/net/
proxy_service_factory.cc 136 new chromeos::DhcpProxyScriptFetcherChromeos(context);

Completed in 65 milliseconds