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 38 DhcpProxyScriptFetcherWin::DhcpProxyScriptFetcherWin(
47 DhcpProxyScriptFetcherWin::~DhcpProxyScriptFetcherWin() {
52 int DhcpProxyScriptFetcherWin::Fetch(base::string16* utf16_text,
70 &DhcpProxyScriptFetcherWin::AdapterQuery::GetCandidateAdapterNames,
73 &DhcpProxyScriptFetcherWin::OnGetCandidateAdapterNamesDone,
81 void DhcpProxyScriptFetcherWin::Cancel() {
94 void DhcpProxyScriptFetcherWin::CancelImpl() {
112 void DhcpProxyScriptFetcherWin::OnGetCandidateAdapterNamesDone
    [all...]
dhcp_proxy_script_fetcher_win.h 25 class NET_EXPORT_PRIVATE DhcpProxyScriptFetcherWin
27 public base::SupportsWeakPtr<DhcpProxyScriptFetcherWin>,
30 // Creates a DhcpProxyScriptFetcherWin that issues requests through
32 // the lifetime of DhcpProxyScriptFetcherWin.
33 explicit DhcpProxyScriptFetcherWin(URLRequestContext* url_request_context);
34 virtual ~DhcpProxyScriptFetcherWin();
154 base::OneShotTimer<DhcpProxyScriptFetcherWin> wait_timer_;
164 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) {
184 : public DhcpProxyScriptFetcherWin {
188 : DhcpProxyScriptFetcherWin(context) {
196 TEST(DhcpProxyScriptFetcherWin, RealFetchWithDeferredCancel)
    [all...]

Completed in 224 milliseconds