Home
last modified time | relevance | path

Searched refs:IsExtendedSafeModeSupported (Results 1 – 4 of 4) sorted by relevance

/external/cronet/components/metrics/
Dclean_exit_beacon.cc269 bool CleanExitBeacon::IsExtendedSafeModeSupported() const { in IsExtendedSafeModeSupported() function in metrics::CleanExitBeacon
294 DCHECK(IsExtendedSafeModeSupported()); in WriteBeaconValue()
Dclean_exit_beacon.h99 bool IsExtendedSafeModeSupported() const;
Dmetrics_state_manager.h106 bool IsExtendedSafeModeSupported() const;
Dmetrics_state_manager.cc339 bool MetricsStateManager::IsExtendedSafeModeSupported() const { in IsExtendedSafeModeSupported() function in metrics::MetricsStateManager
340 return clean_exit_beacon_.IsExtendedSafeModeSupported(); in IsExtendedSafeModeSupported()