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

/external/chromium_org/chrome/browser/ui/prefs/
H A Dprefs_tab_helper.cc85 // |fonts_with_defaults| contains all |pref_names| already registered since they
91 const std::set<std::string>& fonts_with_defaults) {
112 if (fonts_with_defaults.find(pref_name) == fonts_with_defaults.end()) {
473 std::set<std::string> fonts_with_defaults; local
505 fonts_with_defaults.insert(pref.pref_name);
511 RegisterFontFamilyPrefs(registry, fonts_with_defaults);
90 RegisterFontFamilyPrefs(user_prefs::PrefRegistrySyncable* registry, const std::set<std::string>& fonts_with_defaults) argument

Completed in 47 milliseconds