Searched refs:GetCandidateAdapterNames (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/proxy/
H A Ddhcp_proxy_script_fetcher_win.h50 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
H A Ddhcp_proxy_script_fetcher_win.cc92 &DhcpProxyScriptFetcherWin::AdapterQuery::GetCandidateAdapterNames,
289 bool DhcpProxyScriptFetcherWin::GetCandidateAdapterNames( function in class:net::DhcpProxyScriptFetcherWin
345 void DhcpProxyScriptFetcherWin::AdapterQuery::GetCandidateAdapterNames() { function in class:net::DhcpProxyScriptFetcherWin::AdapterQuery
356 return DhcpProxyScriptFetcherWin::GetCandidateAdapterNames(adapter_names);
H A Ddhcp_proxy_script_fetcher_win_unittest.cc34 DhcpProxyScriptFetcherWin::GetCandidateAdapterNames(&adapter_names);

Completed in 474 milliseconds