HomeSort by relevance Sort by last modified time
    Searched defs:DhcpQuery (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/proxy/
dhcp_proxy_script_adapter_fetcher_win.cc 60 scoped_refptr<DhcpQuery> dhcp_query(ImplCreateDhcpQuery());
64 &DhcpProxyScriptAdapterFetcher::DhcpQuery::GetPacURLForAdapter,
118 DhcpProxyScriptAdapterFetcher::DhcpQuery::DhcpQuery() {
121 DhcpProxyScriptAdapterFetcher::DhcpQuery::~DhcpQuery() {
124 void DhcpProxyScriptAdapterFetcher::DhcpQuery::GetPacURLForAdapter(
129 const std::string& DhcpProxyScriptAdapterFetcher::DhcpQuery::url() const {
134 DhcpProxyScriptAdapterFetcher::DhcpQuery::ImplGetPacURLFromDhcp(
140 scoped_refptr<DhcpQuery> dhcp_query)
    [all...]
dhcp_proxy_script_adapter_fetcher_win.h 119 class NET_EXPORT_PRIVATE DhcpQuery
120 : public base::RefCountedThreadSafe<DhcpQuery> {
122 DhcpQuery();
123 virtual ~DhcpQuery();
141 DISALLOW_COPY_AND_ASSIGN(DhcpQuery);
146 virtual DhcpQuery* ImplCreateDhcpQuery();
151 void OnDhcpQueryDone(scoped_refptr<DhcpQuery> dhcp_query);

Completed in 45 milliseconds