Home
last modified time | relevance | path

Searched refs:CaptivePortalStatus (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/enrollment/
Dauto_enrollment_check_screen.h68 NetworkPortalDetector::CaptivePortalStatus new_captive_portal_status,
74 NetworkPortalDetector::CaptivePortalStatus new_captive_portal_status);
98 NetworkPortalDetector::CaptivePortalStatus captive_portal_status_;
Dauto_enrollment_check_screen.cc121 NetworkPortalDetector::CaptivePortalStatus new_captive_portal_status, in UpdateState()
166 NetworkPortalDetector::CaptivePortalStatus new_captive_portal_status) { in UpdateCaptivePortalStatus()
/external/chromium_org/chromeos/network/portal_detector/
Dnetwork_portal_detector.h22 enum CaptivePortalStatus { enum
41 CaptivePortalStatus status;
123 static std::string CaptivePortalStatusString(CaptivePortalStatus status);
Dnetwork_portal_detector.cc64 CaptivePortalStatus status) { in CaptivePortalStatusString()
/external/chromium_org/chrome/browser/chromeos/net/
Dnetwork_portal_detector_impl.h192 CaptivePortalStatus status);
246 CaptivePortalStatus last_detection_result_;
Ddelay_network_call.cc37 NetworkPortalDetector::CaptivePortalStatus status = in DelayNetworkCall()
Dnetwork_portal_detector_impl.cc65 void RecordDetectionResult(NetworkPortalDetector::CaptivePortalStatus status) { in RecordDetectionResult()
92 const NetworkPortalDetector::CaptivePortalStatus status) { in RecordDiscrepancyWithShill()
616 CaptivePortalStatus status) { in RecordDetectionStats()
Dnetwork_portal_detector_impl_unittest.cc102 void CheckPortalState(NetworkPortalDetector::CaptivePortalStatus status, in CheckPortalState()
/external/chromium_org/chrome/browser/chromeos/login/screens/
Dupdate_screen.h116 const NetworkPortalDetector::CaptivePortalStatus status);
Dupdate_screen.cc259 NetworkPortalDetector::CaptivePortalStatus status = state.status; in OnPortalDetectionCompleted()
500 const NetworkPortalDetector::CaptivePortalStatus status) { in UpdateErrorMessage()
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Dnetwork_state_informer.cc53 NetworkPortalDetector::CaptivePortalStatus status = state.status; in GetStateForDefaultNetwork()
/external/chromium_org/chrome/browser/extensions/api/networking_private/
Dnetworking_private_event_router_chromeos.cc206 api::networking_private::CaptivePortalStatus status = in OnPortalDetectionCompleted()
/external/chromium_org/chrome/browser/chromeos/login/supervised/
Dsupervised_user_creation_screen.cc63 const NetworkPortalDetector::CaptivePortalStatus status) { in ConfigureErrorScreen()