Searched refs:upgrade_notification_stage_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dupgrade_detector.h81 return upgrade_notification_stage_;
94 upgrade_notification_stage_ = stage;
130 UpgradeNotificationAnnoyanceLevel upgrade_notification_stage_; member in class:UpgradeDetector
H A Dupgrade_detector.cc44 switch (upgrade_notification_stage_) {
63 switch (upgrade_notification_stage_) {
84 upgrade_notification_stage_(UPGRADE_ANNOYANCE_NONE),
/external/chromium/chrome/browser/
H A Dupgrade_detector.h45 return upgrade_notification_stage_;
84 UpgradeNotificationAnnoyanceLevel upgrade_notification_stage_; member in class:UpgradeDetector
H A Dupgrade_detector.cc160 upgrade_notification_stage_(UPGRADE_ANNOYANCE_NONE),
243 upgrade_notification_stage_ = UPGRADE_ANNOYANCE_SEVERE;
245 upgrade_notification_stage_ = UPGRADE_ANNOYANCE_HIGH;
247 upgrade_notification_stage_ = UPGRADE_ANNOYANCE_ELEVATED;
249 upgrade_notification_stage_ = UPGRADE_ANNOYANCE_LOW;
254 upgrade_notification_stage_ == UPGRADE_ANNOYANCE_SEVERE) {

Completed in 285 milliseconds