HomeSort by relevance Sort by last modified time
    Searched refs:DhcpProxyScriptAdapterFetcher (Results 1 - 6 of 6) 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);
dhcp_proxy_script_adapter_fetcher_win_unittest.cc 27 // tests that exercise DhcpProxyScriptAdapterFetcher end-to-end along with
32 // Version of DhcpProxyScriptAdapterFetcher that mocks out dependencies
35 : public DhcpProxyScriptAdapterFetcher {
40 : DhcpProxyScriptAdapterFetcher(context, task_runner),
50 DhcpProxyScriptAdapterFetcher::Cancel();
99 // DhcpProxyScriptAdapterFetcher::Fetch will call ImplCreateScriptFetcher
170 TEST(DhcpProxyScriptAdapterFetcher, NormalCaseURLNotInDhcp) {
180 TEST(DhcpProxyScriptAdapterFetcher, NormalCaseURLInDhcp) {
190 TEST(DhcpProxyScriptAdapterFetcher, TimeoutDuringDhcp) {
214 TEST(DhcpProxyScriptAdapterFetcher, CancelWhileDhcp)
    [all...]
dhcp_proxy_script_fetcher_win.h 25 class DhcpProxyScriptAdapterFetcher;
90 virtual DhcpProxyScriptAdapterFetcher* ImplCreateAdapterFetcher();
105 // DhcpProxyScriptAdapterFetcher class.
118 // and starts an DhcpProxyScriptAdapterFetcher for each adapter. It goes
142 // DhcpProxyScriptAdapterFetcher objects that are or were attempting
144 typedef ScopedVector<DhcpProxyScriptAdapterFetcher> FetcherVector;
dhcp_proxy_script_fetcher_win_unittest.cc 40 DhcpProxyScriptAdapterFetcher::GetPacURLFromDhcp(adapter_name);
157 : public DhcpProxyScriptAdapterFetcher {
162 : DhcpProxyScriptAdapterFetcher(url_request_context, task_runner) {
192 DhcpProxyScriptAdapterFetcher* ImplCreateAdapterFetcher() OVERRIDE {
215 : public DhcpProxyScriptAdapterFetcher {
219 : DhcpProxyScriptAdapterFetcher(context, runner),
309 DhcpProxyScriptAdapterFetcher* fetcher) {
327 DhcpProxyScriptAdapterFetcher* ImplCreateAdapterFetcher() OVERRIDE {
347 std::vector<DhcpProxyScriptAdapterFetcher*>::const_iterator it
371 std::vector<DhcpProxyScriptAdapterFetcher*> adapter_fetchers_
    [all...]
dhcp_proxy_script_fetcher_win.cc 167 DhcpProxyScriptAdapterFetcher* fetcher(ImplCreateAdapterFetcher());
300 DhcpProxyScriptAdapterFetcher*
302 return new DhcpProxyScriptAdapterFetcher(url_request_context_,

Completed in 1879 milliseconds