OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBooleanPref
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/notifications/
extension_welcome_notification_unittest.cc
193
bool
GetBooleanPref
(const char* path) const {
264
EXPECT_FALSE(
GetBooleanPref
(prefs::kWelcomeNotificationDismissed));
265
EXPECT_FALSE(
GetBooleanPref
(prefs::kWelcomeNotificationDismissedLocal));
266
EXPECT_FALSE(
GetBooleanPref
(prefs::kWelcomeNotificationPreviouslyPoppedUp));
273
EXPECT_FALSE(
GetBooleanPref
(prefs::kWelcomeNotificationDismissed));
274
EXPECT_FALSE(
GetBooleanPref
(prefs::kWelcomeNotificationDismissedLocal));
275
EXPECT_FALSE(
GetBooleanPref
(prefs::kWelcomeNotificationPreviouslyPoppedUp));
282
EXPECT_FALSE(
GetBooleanPref
(prefs::kWelcomeNotificationDismissed));
283
EXPECT_FALSE(
GetBooleanPref
(prefs::kWelcomeNotificationDismissedLocal));
284
EXPECT_FALSE(
GetBooleanPref
(prefs::kWelcomeNotificationPreviouslyPoppedUp))
[
all
...]
/external/chromium_org/chrome/browser/chromeos/status/
data_promo_notification.cc
44
bool
GetBooleanPref
(const char* pref_name) {
68
return
GetBooleanPref
(prefs::kShow3gPromoNotification);
Completed in 424 milliseconds