Home
last modified time | relevance | path

Searched refs:kShowPlanNotifications (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dsynchronized_preferences.h187 prefs::kShowPlanNotifications,
/external/chromium/chrome/common/
Dpref_names.h165 extern const char kShowPlanNotifications[];
Dpref_names.cc474 const char kShowPlanNotifications[] = variable
/external/chromium/chrome/browser/chromeos/
Dnetwork_message_observer.cc34 return prefs->GetBoolean(prefs::kShowPlanNotifications); in ShouldShowMobilePlanNotifications()
Dpreferences.cc130 prefs->RegisterBooleanPref(prefs::kShowPlanNotifications, true); in RegisterUserPrefs()