Searched refs:kRegisteredBackgroundContents (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/background/
H A Dbackground_contents_service_factory.cc48 prefs::kRegisteredBackgroundContents,
H A Dbackground_contents_service.cc195 // prefs::kRegisteredBackgroundContents). Information about each
199 // kRegisteredBackgroundContents:
440 prefs_->GetDictionary(prefs::kRegisteredBackgroundContents);
493 prefs_->GetDictionary(prefs::kRegisteredBackgroundContents);
599 DictionaryPrefUpdate update(prefs_, prefs::kRegisteredBackgroundContents);
619 prefs_->GetDictionary(prefs::kRegisteredBackgroundContents);
629 DictionaryPrefUpdate update(prefs_, prefs::kRegisteredBackgroundContents);
H A Dbackground_contents_service_unittest.cc36 prefs::kRegisteredBackgroundContents);
/external/chromium/chrome/browser/
H A Dbackground_contents_service.cc110 // prefs::kRegisteredBackgroundContents). Information about each
114 // kRegisteredBackgroundContents:
334 prefs_->GetDictionary(prefs::kRegisteredBackgroundContents);
376 prefs_->GetDictionary(prefs::kRegisteredBackgroundContents);
478 DictionaryPrefUpdate update(prefs_, prefs::kRegisteredBackgroundContents);
499 DictionaryPrefUpdate update(prefs_, prefs::kRegisteredBackgroundContents);
556 prefs->RegisterDictionaryPref(prefs::kRegisteredBackgroundContents);
H A Dbackground_contents_service_unittest.cc34 prefs::kRegisteredBackgroundContents);
38 profile->GetPrefs()->ClearPref(prefs::kRegisteredBackgroundContents);
/external/chromium/chrome/common/
H A Dpref_names.cc1232 const char kRegisteredBackgroundContents[] = "background_contents.registered"; member in namespace:prefs
H A Dpref_names.h482 extern const char kRegisteredBackgroundContents[];
/external/chromium_org/chrome/common/
H A Dpref_names.cc2007 const char kRegisteredBackgroundContents[] = "background_contents.registered"; member in namespace:prefs
H A Dpref_names.h802 extern const char kRegisteredBackgroundContents[];

Completed in 7188 milliseconds