Home
last modified time | relevance | path

Searched defs:quick_check_enabled (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dconfigured_proxy_resolution_service.cc509 bool quick_check_enabled() const { return quick_check_enabled_; } in quick_check_enabled() function in net::ConfiguredProxyResolutionService::InitProxyResolver
679 bool quick_check_enabled() const { return quick_check_enabled_; } in quick_check_enabled() function in net::ConfiguredProxyResolutionService::PacFileDeciderPoller
830 bool quick_check_enabled) in ConfiguredProxyResolutionService()
847 bool quick_check_enabled) { in CreateUsingSystemProxyResolver()
H A Dpac_file_decider.h111 bool quick_check_enabled() const { return quick_check_enabled_; } in quick_check_enabled() function