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

  /external/chromium_org/net/proxy/
proxy_script_decider.cc 55 base::Value* ProxyScriptDecider::PacSource::NetLogCallback(
77 ProxyScriptDecider::ProxyScriptDecider(
98 ProxyScriptDecider::~ProxyScriptDecider() {
103 int ProxyScriptDecider::Start(
136 const ProxyConfig& ProxyScriptDecider::effective_config() const {
142 ProxyResolverScriptData* ProxyScriptDecider::script_data() const {
151 ProxyScriptDecider::PacSourceList ProxyScriptDecider:
    [all...]
proxy_script_decider.h 32 // ProxyScriptDecider is a helper class used by ProxyService to determine which
48 // Deleting ProxyScriptDecider while Init() is in progress, will
51 class NET_EXPORT_PRIVATE ProxyScriptDecider {
54 // |net_log| must remain valid for the lifespan of ProxyScriptDecider.
55 ProxyScriptDecider(ProxyScriptFetcher* proxy_script_fetcher,
60 ~ProxyScriptDecider();
183 base::OneShotTimer<ProxyScriptDecider> wait_timer_;
190 base::OneShotTimer<ProxyScriptDecider> quick_check_timer_;
194 DISALLOW_COPY_AND_ASSIGN(ProxyScriptDecider);
proxy_script_decider_unittest.cc 191 ProxyScriptDecider decider(&fetcher, &dhcp_fetcher, &log);
227 ProxyScriptDecider decider(&fetcher, &dhcp_fetcher, &log);
262 ProxyScriptDecider decider(&fetcher, &dhcp_fetcher, NULL);
278 ProxyScriptDecider decider(NULL, &dhcp_fetcher, NULL);
297 ProxyScriptDecider decider(&fetcher, &dhcp_fetcher, NULL);
316 decider_.reset(new ProxyScriptDecider(&fetcher_, &dhcp_fetcher_, NULL));
325 scoped_ptr<ProxyScriptDecider> decider_;
368 // ProxyScriptDecider to yield a PAC URL.
379 // Fails if a DNS lookup timeout either causes ProxyScriptDecider to yield a PAC
380 // URL or causes ProxyScriptDecider not to cancel its pending resolution
    [all...]
proxy_service.h 40 class ProxyScriptDecider;
proxy_service.cc 333 // (1) ProxyScriptDecider -- try to fetch/validate a sequence of PAC scripts
350 // Note that the destruction of ProxyScriptDecider will automatically cancel
368 decider_.reset(new ProxyScriptDecider(
378 // Similar to Start(), however it skips the ProxyScriptDecider stage. Instead
400 // Returns the proxy configuration that was selected by ProxyScriptDecider.
407 // Returns the PAC script data that was selected by ProxyScriptDecider.
510 scoped_ptr<ProxyScriptDecider> decider_;
625 decider_.reset(new ProxyScriptDecider(
701 scoped_ptr<ProxyScriptDecider> decider_;
    [all...]

Completed in 116 milliseconds