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

  /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[];

Completed in 46 milliseconds