HomeSort by relevance Sort by last modified time
    Searched refs:kWelcomeNotificationDismissed (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/notifications/
extension_welcome_notification_unittest.cc 265 EXPECT_FALSE(GetBooleanPref(prefs::kWelcomeNotificationDismissed));
274 EXPECT_FALSE(GetBooleanPref(prefs::kWelcomeNotificationDismissed));
283 EXPECT_FALSE(GetBooleanPref(prefs::kWelcomeNotificationDismissed));
292 EXPECT_FALSE(GetBooleanPref(prefs::kWelcomeNotificationDismissed));
301 EXPECT_FALSE(GetBooleanPref(prefs::kWelcomeNotificationDismissed));
310 EXPECT_FALSE(GetBooleanPref(prefs::kWelcomeNotificationDismissed));
320 SetBooleanPref(prefs::kWelcomeNotificationDismissed, true);
321 EXPECT_TRUE(GetBooleanPref(prefs::kWelcomeNotificationDismissed));
330 EXPECT_TRUE(GetBooleanPref(prefs::kWelcomeNotificationDismissed));
341 EXPECT_FALSE(GetBooleanPref(prefs::kWelcomeNotificationDismissed));
    [all...]
extension_welcome_notification.cc 145 prefs::kWelcomeNotificationDismissed,
227 prefs->RegisterBooleanPref(prefs::kWelcomeNotificationDismissed,
304 prefs::kWelcomeNotificationDismissed);
  /external/chromium_org/chrome/common/
pref_names.cc     [all...]
pref_names.h 398 extern const char kWelcomeNotificationDismissed[];
    [all...]

Completed in 194 milliseconds