Searched refs:DhcpProxyScriptFetcherWin (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/proxy/
H A Ddhcp_proxy_script_fetcher_win.cc57 DhcpProxyScriptFetcherWin::DhcpProxyScriptFetcherWin( function in class:net::DhcpProxyScriptFetcherWin
69 DhcpProxyScriptFetcherWin::~DhcpProxyScriptFetcherWin() {
76 int DhcpProxyScriptFetcherWin::Fetch(base::string16* utf16_text,
92 &DhcpProxyScriptFetcherWin::AdapterQuery::GetCandidateAdapterNames,
95 &DhcpProxyScriptFetcherWin::OnGetCandidateAdapterNamesDone,
102 void DhcpProxyScriptFetcherWin::Cancel() {
108 void DhcpProxyScriptFetcherWin::CancelImpl() {
126 void DhcpProxyScriptFetcherWin
[all...]
H A Ddhcp_proxy_script_fetcher_win.h29 class NET_EXPORT_PRIVATE DhcpProxyScriptFetcherWin class in namespace:net
31 public base::SupportsWeakPtr<DhcpProxyScriptFetcherWin>,
34 // Creates a DhcpProxyScriptFetcherWin that issues requests through
36 // the lifetime of DhcpProxyScriptFetcherWin.
37 explicit DhcpProxyScriptFetcherWin(URLRequestContext* url_request_context);
38 virtual ~DhcpProxyScriptFetcherWin();
160 base::OneShotTimer<DhcpProxyScriptFetcherWin> wait_timer_;
173 DISALLOW_IMPLICIT_CONSTRUCTORS(DhcpProxyScriptFetcherWin);
H A Ddhcp_proxy_script_fetcher_factory.cc29 ret = new DhcpProxyScriptFetcherWin(context);
H A Ddhcp_proxy_script_fetcher_win_unittest.cc25 TEST(DhcpProxyScriptFetcherWin, AdapterNamesAndPacURLFromDhcp) {
34 DhcpProxyScriptFetcherWin::GetCandidateAdapterNames(&adapter_names);
52 fetcher_(new DhcpProxyScriptFetcherWin(context_.get())),
112 // DhcpProxyScriptFetcherWin state machine has finished.
118 scoped_ptr<DhcpProxyScriptFetcherWin> fetcher_;
126 TEST(DhcpProxyScriptFetcherWin, RealFetch) {
143 TEST(DhcpProxyScriptFetcherWin, RealFetchWithCancel) {
185 : public DhcpProxyScriptFetcherWin {
189 : DhcpProxyScriptFetcherWin(context) {
198 TEST(DhcpProxyScriptFetcherWin, RealFetchWithDeferredCance
[all...]

Completed in 1884 milliseconds