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

/external/chromium_org/chrome/browser/background/
H A Dbackground_contents_service_factory.cc49 prefs::kRegisteredBackgroundContents,
H A Dbackground_contents_service.cc248 // prefs::kRegisteredBackgroundContents). Information about each
252 // kRegisteredBackgroundContents:
516 prefs_->GetDictionary(prefs::kRegisteredBackgroundContents);
570 prefs_->GetDictionary(prefs::kRegisteredBackgroundContents);
682 DictionaryPrefUpdate update(prefs_, prefs::kRegisteredBackgroundContents);
704 prefs_->GetDictionary(prefs::kRegisteredBackgroundContents);
714 DictionaryPrefUpdate update(prefs_, prefs::kRegisteredBackgroundContents);
H A Dbackground_contents_service_unittest.cc51 prefs::kRegisteredBackgroundContents);
/external/chromium_org/chrome/common/
H A Dpref_names.h703 extern const char kRegisteredBackgroundContents[];
H A Dpref_names.cc1737 const char kRegisteredBackgroundContents[] = "background_contents.registered"; member in namespace:prefs

Completed in 978 milliseconds