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

  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_win.cc 59 DhcpProxyScriptFetcherWin::DhcpProxyScriptFetcherWin(
71 DhcpProxyScriptFetcherWin::~DhcpProxyScriptFetcherWin() {
78 int DhcpProxyScriptFetcherWin::Fetch(base::string16* utf16_text,
96 &DhcpProxyScriptFetcherWin::AdapterQuery::GetCandidateAdapterNames,
99 &DhcpProxyScriptFetcherWin::OnGetCandidateAdapterNamesDone,
106 void DhcpProxyScriptFetcherWin::Cancel() {
119 void DhcpProxyScriptFetcherWin::CancelImpl() {
137 void DhcpProxyScriptFetcherWin::OnGetCandidateAdapterNamesDone
    [all...]
dhcp_proxy_script_fetcher_win.h 29 class NET_EXPORT_PRIVATE DhcpProxyScriptFetcherWin
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);
dhcp_proxy_script_fetcher_factory.cc 29 ret = new DhcpProxyScriptFetcherWin(context);
dhcp_proxy_script_fetcher_win_unittest.cc 25 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, RealFetchWithDeferredCancel)
    [all...]

Completed in 57 milliseconds