Home | History | Annotate | Download | only in toolbar

Lines Matching refs:UpgradeDetector

22     UpgradeDetector::UpgradeNotificationAnnoyanceLevel level) {
24 case UpgradeDetector::UPGRADE_ANNOYANCE_NONE:
26 case UpgradeDetector::UPGRADE_ANNOYANCE_LOW:
28 case UpgradeDetector::UPGRADE_ANNOYANCE_ELEVATED:
30 case UpgradeDetector::UPGRADE_ANNOYANCE_HIGH:
32 case UpgradeDetector::UPGRADE_ANNOYANCE_SEVERE:
34 case UpgradeDetector::UPGRADE_ANNOYANCE_CRITICAL:
43 UpgradeDetector::UpgradeNotificationAnnoyanceLevel level) {
45 if (level == UpgradeDetector::UPGRADE_ANNOYANCE_LOW) {
61 return UpgradeDetector::GetInstance()->notify_upgrade();
104 UpgradeDetector::UpgradeNotificationAnnoyanceLevel level =
105 UpgradeDetector::GetInstance()->upgrade_notification_stage();