Searched defs:behind_captive_portal_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/chromeos/network/
H A Dnetwork_icon.cc113 bool behind_captive_portal_; member in class:ui::network_icon::__anon16687::NetworkIconImpl
581 behind_captive_portal_(false) {
651 if (behind_captive_portal == behind_captive_portal_)
653 behind_captive_portal_ = behind_captive_portal;
707 if (behind_captive_portal_) {
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_browsertest.cc358 static bool behind_captive_portal_; member in class:__anon2980::URLRequestMockCaptivePortalJobFactory
363 bool URLRequestMockCaptivePortalJobFactory::behind_captive_portal_ = true; member in class:__anon2980::URLRequestMockCaptivePortalJobFactory
407 behind_captive_portal_ = behind_captive_portal;
423 if (behind_captive_portal_)
434 if (behind_captive_portal_)
450 if (behind_captive_portal_) {

Completed in 74 milliseconds