OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetBooleanPref
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/notifications/
extension_welcome_notification_unittest.cc
196
void
SetBooleanPref
(const char* path, bool value) const {
299
SetBooleanPref
(prefs::kWelcomeNotificationPreviouslyPoppedUp, true);
319
SetBooleanPref
(prefs::kWelcomeNotificationDismissed, true);
339
SetBooleanPref
(prefs::kWelcomeNotificationDismissedLocal, true);
359
SetBooleanPref
(prefs::kWelcomeNotificationDismissed, true);
360
SetBooleanPref
(prefs::kWelcomeNotificationDismissedLocal, true);
404
SetBooleanPref
(prefs::kWelcomeNotificationDismissed, true);
433
SetBooleanPref
(prefs::kWelcomeNotificationDismissed, true);
528
SetBooleanPref
(prefs::kWelcomeNotificationPreviouslyPoppedUp, true);
/external/chromium_org/chrome/browser/chromeos/status/
data_promo_notification.cc
55
void
SetBooleanPref
(const char* pref_name, bool value) {
72
SetBooleanPref
(prefs::kShow3gPromoNotification, value);
Completed in 139 milliseconds