Searched refs:SetBooleanPref (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/notifications/
H A Dextension_welcome_notification_unittest.cc196 void SetBooleanPref(const char* path, bool value) const { function in class:ExtensionWelcomeNotificationTest
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/
H A Ddata_promo_notification.cc55 void SetBooleanPref(const char* pref_name, bool value) { function in namespace:chromeos::__anon3470
72 SetBooleanPref(prefs::kShow3gPromoNotification, value);

Completed in 164 milliseconds