OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_run_pref_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/notifications/
message_center_notification_manager_win.cc
13
first_run_pref_
.SetValue(true);
31
if (
first_run_pref_
.GetValue())
message_center_notifications_unittest_win.cc
69
first_run_pref_
.Init(prefs::kMessageCenterShowedFirstRunBalloon,
113
bool DidFirstRunPref() { return
first_run_pref_
.GetValue(); }
123
BooleanPrefMember
first_run_pref_
;
member in class:message_center::MessageCenterNotificationManagerTest
message_center_notification_manager.h
204
// |
first_run_pref_
| is used to keep track of whether we've ever shown the
206
BooleanPrefMember
first_run_pref_
;
member in class:MessageCenterNotificationManager
message_center_notification_manager.cc
60
first_run_pref_
.Init(prefs::kMessageCenterShowedFirstRunBalloon, local_state);
Completed in 111 milliseconds