OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSyncedNotificationFirstRun
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.h
33
extern const char
kSyncedNotificationFirstRun
[];
chrome_notifier_service.cc
153
profile_->GetPrefs()->SetBoolean(prefs::
kSyncedNotificationFirstRun
, false);
627
prefs::
kSyncedNotificationFirstRun
, true,
648
prefs::
kSyncedNotificationFirstRun
,
661
profile_->GetPrefs()->GetBoolean(prefs::
kSyncedNotificationFirstRun
);
chrome_notifier_service_unittest.cc
385
prefs::
kSyncedNotificationFirstRun
);
687
prefs::
kSyncedNotificationFirstRun
);
/external/chromium_org/chrome/common/
pref_names.cc
[
all
...]
pref_names.h
396
extern const char
kSyncedNotificationFirstRun
[];
[
all
...]
Completed in 3383 milliseconds