Searched refs:is_behind_captive_portal (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Denrollment_screen_handler.cc432 const bool is_behind_captive_portal = local
442 if (is_online || !is_behind_captive_portal)
461 const bool is_behind_captive_portal = IsBehindCaptivePortal(state, reason); local
470 } else if (is_behind_captive_portal) {
H A Dsignin_screen_handler.cc582 const bool is_behind_captive_portal = IsBehindCaptivePortal(state, reason); local
597 if (is_online || !is_behind_captive_portal)
647 const bool is_behind_captive_portal = IsBehindCaptivePortal(state, reason); local
655 } else if (is_behind_captive_portal) {

Completed in 90 milliseconds