HomeSort by relevance Sort by last modified time
    Searched full: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_impl.cc 385 set_upgrade_notification_stage(UPGRADE_ANNOYANCE_CRITICAL);
387 set_upgrade_notification_stage(UPGRADE_ANNOYANCE_LOW);
404 set_upgrade_notification_stage(
411 set_upgrade_notification_stage(UPGRADE_ANNOYANCE_HIGH);
413 set_upgrade_notification_stage(UPGRADE_ANNOYANCE_ELEVATED);
415 set_upgrade_notification_stage(UPGRADE_ANNOYANCE_LOW);
upgrade_detector.h 93 void set_upgrade_notification_stage(UpgradeNotificationAnnoyanceLevel stage) { function in class:UpgradeDetector

Completed in 151 milliseconds