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

  /external/chromium/chrome/browser/
background_page_tracker.cc 31 // prefs::kKnownBackgroundPages). We keep only two pieces of information for
35 // kKnownBackgroundPages:
44 prefs->RegisterDictionaryPref(prefs::kKnownBackgroundPages);
58 prefs->GetDictionary(prefs::kKnownBackgroundPages);
67 prefs->GetDictionary(prefs::kKnownBackgroundPages);
89 DictionaryPrefUpdate update(prefs, prefs::kKnownBackgroundPages);
197 prefs->GetDictionary(prefs::kKnownBackgroundPages) == NULL;
198 DictionaryPrefUpdate update(prefs, prefs::kKnownBackgroundPages);
270 DictionaryPrefUpdate update(prefs, prefs::kKnownBackgroundPages);
285 DictionaryPrefUpdate update(prefs, prefs::kKnownBackgroundPages);
    [all...]
  /external/chromium/chrome/common/
pref_names.cc     [all...]
pref_names.h 491 extern const char kKnownBackgroundPages[];

Completed in 20 milliseconds