HomeSort by relevance Sort by last modified time
    Searched full:fonts_with_defaults (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/ui/prefs/
prefs_tab_helper.cc 77 // |fonts_with_defaults| contains all |pref_names| already registered since they
83 const std::set<std::string>& fonts_with_defaults) {
104 if (fonts_with_defaults.find(pref_name) == fonts_with_defaults.end()) {
472 std::set<std::string> fonts_with_defaults; local
504 fonts_with_defaults.insert(pref.pref_name);
510 RegisterFontFamilyPrefs(registry, fonts_with_defaults);

Completed in 1096 milliseconds