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

  /external/chromium_org/chrome/browser/chromeos/net/
network_portal_notification_controller_unittest.cc 108 wifi_state.status = NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL;
123 wifi1_state.status = NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL;
154 portal_state.status = NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL;
network_portal_detector_impl_unittest.cc 306 NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL, 200, kStubWireless1);
316 NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL, 301, kStubWireless2);
326 NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL, 302, kStubEthernet);
330 ->Expect(NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL, 3)
406 NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL, 200, kStubWireless1);
411 ->Expect(NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL, 1)
480 NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL, 200, kStubWireless1);
498 NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL, 200, kStubWireless1);
503 ->Expect(NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL, 2)
699 CheckPortalState(NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL,
    [all...]
network_portal_notification_controller.cc 140 state.status != NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL) {
network_portal_detector_impl.cc 516 state.status = CAPTIVE_PORTAL_STATUS_PORTAL;
525 state.status = CAPTIVE_PORTAL_STATUS_PORTAL;
592 it->second.status == CAPTIVE_PORTAL_STATUS_PORTAL &&
639 case NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL:
network_portal_detector_impl_browsertest.cc 185 NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL,
  /external/chromium_org/chromeos/network/portal_detector/
network_portal_detector.cc 72 case NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL:
network_portal_detector.h 26 CAPTIVE_PORTAL_STATUS_PORTAL = 3,
  /external/chromium_org/chrome/browser/chromeos/login/screens/
update_screen_browsertest.cc 242 portal_state.status = NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL;
288 portal_state.status = NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL;
367 portal_state.status = NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL;
update_screen.cc 510 case NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL:
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_event_router_chromeos.cc 218 case NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL:
219 status = api::networking_private::CAPTIVE_PORTAL_STATUS_PORTAL;
networking_private_apitest.cc 614 state.status = NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL;
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
auto_enrollment_check_screen.cc 174 case NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL:
  /external/chromium_org/chrome/browser/chromeos/login/test/
oobe_base_test.cc 139 portal_state.status = NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL;
  /external/chromium_org/chrome/browser/chromeos/login/ui/
captive_portal_window_browsertest.cc 188 portal_state.status = NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_state_informer.cc 71 if (status == NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL ||
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_creation_screen.cc 73 case NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL:
  /external/chromium_org/ui/chromeos/network/
network_icon.cc 648 state.status == NetworkPortalDetector::CAPTIVE_PORTAL_STATUS_PORTAL;
    [all...]

Completed in 571 milliseconds