OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DhcpProxyScriptAdapterFetcher
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/proxy/
dhcp_proxy_script_adapter_fetcher_win.cc
35
DhcpProxyScriptAdapterFetcher
::
DhcpProxyScriptAdapterFetcher
(
45
DhcpProxyScriptAdapterFetcher
::~
DhcpProxyScriptAdapterFetcher
() {
49
void
DhcpProxyScriptAdapterFetcher
::Fetch(
59
this, &
DhcpProxyScriptAdapterFetcher
::OnTimeout);
64
&
DhcpProxyScriptAdapterFetcher
::DhcpQuery::GetPacURLForAdapter,
68
&
DhcpProxyScriptAdapterFetcher
::OnDhcpQueryDone,
73
void
DhcpProxyScriptAdapterFetcher
::Cancel() {
98
bool
DhcpProxyScriptAdapterFetcher
::DidFinish() const
[
all
...]
dhcp_proxy_script_adapter_fetcher_win.h
31
class NET_EXPORT_PRIVATE
DhcpProxyScriptAdapterFetcher
32
: public base::SupportsWeakPtr<
DhcpProxyScriptAdapterFetcher
>,
35
// |url_request_context| must outlive
DhcpProxyScriptAdapterFetcher
.
37
DhcpProxyScriptAdapterFetcher
(URLRequestContext* url_request_context,
39
virtual ~
DhcpProxyScriptAdapterFetcher
();
48
//
DhcpProxyScriptAdapterFetcher
.
179
base::OneShotTimer<
DhcpProxyScriptAdapterFetcher
> wait_timer_;
183
DISALLOW_IMPLICIT_CONSTRUCTORS(
DhcpProxyScriptAdapterFetcher
);
Completed in 27 milliseconds