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

  /external/chromium/net/proxy/
proxy_script_fetcher.h 5 // ProxyScriptFetcher is an async interface for fetching a proxy auto config
24 class ProxyScriptFetcher {
27 virtual ~ProxyScriptFetcher() {}
init_proxy_resolver.h 22 class ProxyScriptFetcher;
45 ProxyScriptFetcher* proxy_script_fetcher,
119 ProxyScriptFetcher* proxy_script_fetcher_;
proxy_service.h 32 class ProxyScriptFetcher;
100 // Sets the ProxyScriptFetcher dependency. This is needed if the ProxyResolver
103 void SetProxyScriptFetcher(ProxyScriptFetcher* proxy_script_fetcher);
104 ProxyScriptFetcher* GetProxyScriptFetcher() const;
175 ProxyScriptFetcher* proxy_script_fetcher,
321 scoped_ptr<ProxyScriptFetcher> proxy_script_fetcher_;
proxy_script_fetcher_impl.h 25 // Implementation of ProxyScriptFetcher that downloads scripts using the
27 class ProxyScriptFetcherImpl : public ProxyScriptFetcher,
30 // Creates a ProxyScriptFetcher that issues requests through
46 // ProxyScriptFetcher methods:
proxy_service.cc 401 ProxyScriptFetcher* proxy_script_fetcher,
748 ProxyScriptFetcher* proxy_script_fetcher) {
756 ProxyScriptFetcher* ProxyService::GetProxyScriptFetcher() const {
    [all...]
init_proxy_resolver.cc 34 ProxyScriptFetcher* proxy_script_fetcher,
init_proxy_resolver_unittest.cc 92 class RuleBasedProxyScriptFetcher : public ProxyScriptFetcher {
96 // ProxyScriptFetcher implementation.
proxy_service_unittest.cc 70 // A mock ProxyScriptFetcher. No result will be returned to the fetch client
72 class MockProxyScriptFetcher : public ProxyScriptFetcher {
78 // ProxyScriptFetcher implementation.
    [all...]
  /external/chromium_org/net/proxy/
proxy_script_fetcher.h 5 // ProxyScriptFetcher is an async interface for fetching a proxy auto config
24 class NET_EXPORT_PRIVATE ProxyScriptFetcher {
27 virtual ~ProxyScriptFetcher() {}
proxy_service_v8.h 18 class ProxyScriptFetcher;
42 ProxyScriptFetcher* proxy_script_fetcher,
mock_proxy_script_fetcher.h 18 // A mock ProxyScriptFetcher. No result will be returned to the fetch client
20 class MockProxyScriptFetcher : public ProxyScriptFetcher {
25 // ProxyScriptFetcher implementation.
dhcp_proxy_script_adapter_fetcher_win.h 26 class ProxyScriptFetcher;
94 // ProxyScriptFetcher to fetch it and moves to state WAIT_URL.
96 // It goes from WAIT_URL->FINISH when the ProxyScriptFetcher completes.
145 virtual ProxyScriptFetcher* ImplCreateScriptFetcher();
176 scoped_ptr<ProxyScriptFetcher> script_fetcher_;
proxy_script_decider.h 30 class ProxyScriptFetcher;
55 ProxyScriptDecider(ProxyScriptFetcher* proxy_script_fetcher,
158 ProxyScriptFetcher* proxy_script_fetcher_;
proxy_service_v8.cc 18 ProxyScriptFetcher* proxy_script_fetcher,
proxy_script_fetcher_impl.h 26 // Implementation of ProxyScriptFetcher that downloads scripts using the
28 class NET_EXPORT ProxyScriptFetcherImpl : public ProxyScriptFetcher,
31 // Creates a ProxyScriptFetcher that issues requests through
47 // ProxyScriptFetcher methods:
proxy_service.h 41 class ProxyScriptFetcher;
172 // Sets the ProxyScriptFetcher and DhcpProxyScriptFetcher dependencies. This
176 ProxyScriptFetcher* proxy_script_fetcher,
178 ProxyScriptFetcher* GetProxyScriptFetcher() const;
408 scoped_ptr<ProxyScriptFetcher> proxy_script_fetcher_;
dhcp_proxy_script_adapter_fetcher_win_unittest.cc 54 virtual ProxyScriptFetcher* ImplCreateScriptFetcher() OVERRIDE {
275 ProxyScriptFetcher* ImplCreateScriptFetcher() OVERRIDE {
276 ProxyScriptFetcher* fetcher =
dhcp_proxy_script_adapter_fetcher_win.cc 201 ProxyScriptFetcher* DhcpProxyScriptAdapterFetcher::ImplCreateScriptFetcher() {
proxy_service.cc 359 ProxyScriptFetcher* proxy_script_fetcher,
552 ProxyScriptFetcher* proxy_script_fetcher,
695 ProxyScriptFetcher* proxy_script_fetcher_;
    [all...]
proxy_script_decider.cc 78 ProxyScriptFetcher* proxy_script_fetcher,
proxy_script_decider_unittest.cc 97 class RuleBasedProxyScriptFetcher : public ProxyScriptFetcher {
106 // ProxyScriptFetcher implementation.
  /external/chromium_org/chromeos/network/
dhcp_proxy_script_fetcher_chromeos.h 17 class ProxyScriptFetcher;
45 scoped_ptr<net::ProxyScriptFetcher> proxy_script_fetcher_;
  /external/chromium/chrome/browser/
io_thread.h 41 class ProxyScriptFetcher;

Completed in 268 milliseconds