Home
last modified time | relevance | path

Searched refs:current_pac_source (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/proxy_resolution/
H A Dpac_file_decider.cc247 if (quick_check_enabled_ && current_pac_source().type == PacSource::WPAD_DNS) in DoWaitComplete()
263 std::string host = current_pac_source().url.host(); in DoQuickCheck()
314 const PacSource& pac_source = current_pac_source(); in DoFetchPacScript()
372 const PacSource& pac_source = current_pac_source(); in DoVerifyPacScriptComplete()
387 if (current_pac_source().type == PacSource::CUSTOM) { in DoVerifyPacScriptComplete()
388 config = ProxyConfig::CreateFromCustomPacURL(current_pac_source().url); in DoVerifyPacScriptComplete()
394 switch (current_pac_source().type) { in DoVerifyPacScriptComplete()
435 if (quick_check_enabled_ && current_pac_source().type == PacSource::WPAD_DNS) in TryToFallbackPacSource()
463 const PacFileDecider::PacSource& PacFileDecider::current_pac_source() const { in current_pac_source() function in net::PacFileDecider
H A Dpac_file_decider.h175 const PacSource& current_pac_source() const;