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

  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_win.h 50 static bool GetCandidateAdapterNames(std::set<std::string>* adapter_names);
60 // The class calls GetCandidateAdapterNames, which can take a couple of
69 void GetCandidateAdapterNames();
71 // This set is valid after GetCandidateAdapterNames has
dhcp_proxy_script_fetcher_win.cc 96 &DhcpProxyScriptFetcherWin::AdapterQuery::GetCandidateAdapterNames,
315 bool DhcpProxyScriptFetcherWin::GetCandidateAdapterNames(
387 void DhcpProxyScriptFetcherWin::AdapterQuery::GetCandidateAdapterNames() {
398 return DhcpProxyScriptFetcherWin::GetCandidateAdapterNames(adapter_names);
dhcp_proxy_script_fetcher_win_unittest.cc 34 DhcpProxyScriptFetcherWin::GetCandidateAdapterNames(&adapter_names);

Completed in 137 milliseconds