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

  /external/chromium_org/chrome/browser/background/
background_contents_service_factory.cc 48 prefs::kRegisteredBackgroundContents,
background_contents_service.cc 195 // 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);
background_contents_service_unittest.cc 36 prefs::kRegisteredBackgroundContents);
  /external/chromium/chrome/browser/
background_contents_service.cc 110 // 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);
background_contents_service_unittest.cc 34 prefs::kRegisteredBackgroundContents);
38 profile->GetPrefs()->ClearPref(prefs::kRegisteredBackgroundContents);
  /external/chromium/chrome/common/
pref_names.cc     [all...]
pref_names.h 482 extern const char kRegisteredBackgroundContents[];
  /external/chromium_org/chrome/common/
pref_names.cc     [all...]
pref_names.h     [all...]

Completed in 170 milliseconds