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

  /external/chromium_org/chrome/browser/chromeos/
upgrade_detector_chromeos.cc 66 set_upgrade_notification_stage(UPGRADE_ANNOYANCE_SEVERE);
71 set_upgrade_notification_stage(UPGRADE_ANNOYANCE_HIGH);
73 set_upgrade_notification_stage(UPGRADE_ANNOYANCE_ELEVATED);
75 set_upgrade_notification_stage(UPGRADE_ANNOYANCE_LOW);
  /external/chromium_org/chrome/browser/
upgrade_detector.h 93 void set_upgrade_notification_stage(UpgradeNotificationAnnoyanceLevel stage) { function in class:UpgradeDetector
upgrade_detector_impl.cc 395 set_upgrade_notification_stage(UPGRADE_ANNOYANCE_CRITICAL);
397 set_upgrade_notification_stage(UPGRADE_ANNOYANCE_LOW);
414 set_upgrade_notification_stage(
421 set_upgrade_notification_stage(UPGRADE_ANNOYANCE_HIGH);
423 set_upgrade_notification_stage(UPGRADE_ANNOYANCE_ELEVATED);
425 set_upgrade_notification_stage(UPGRADE_ANNOYANCE_LOW);

Completed in 94 milliseconds