OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upgrade_notification_stage_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/
upgrade_detector.h
81
return
upgrade_notification_stage_
;
94
upgrade_notification_stage_
= stage;
130
UpgradeNotificationAnnoyanceLevel
upgrade_notification_stage_
;
member in class:UpgradeDetector
upgrade_detector.cc
44
switch (
upgrade_notification_stage_
) {
63
switch (
upgrade_notification_stage_
) {
84
upgrade_notification_stage_
(UPGRADE_ANNOYANCE_NONE),
/external/chromium/chrome/browser/
upgrade_detector.h
45
return
upgrade_notification_stage_
;
84
UpgradeNotificationAnnoyanceLevel
upgrade_notification_stage_
;
member in class:UpgradeDetector
upgrade_detector.cc
160
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 84 milliseconds