Home
last modified time | relevance | path

Searched refs:kWebKitFixedFontFamily (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/ui/webui/options/
Dfont_settings_handler.cc90 fixed_font_.Init(prefs::kWebKitFixedFontFamily, pref_service, this); in Attach()
164 } else if (*pref_name == prefs::kWebKitFixedFontFamily || in Observe()
Dfont_settings_utils_mac.mm54 ValidateFontFamily(prefs, prefs::kWebKitFixedFontFamily);
/external/chromium/chrome/browser/ui/options/
Doptions_util.cc72 prefs::kWebKitFixedFontFamily, in ResetToDefaults()
/external/chromium/chrome/common/
Dpref_names.h40 extern const char kWebKitFixedFontFamily[];
Dpref_names.cc103 const char kWebKitFixedFontFamily[] = "webkit.webprefs.fixed_font_family"; variable
/external/chromium/chrome/browser/ui/tab_contents/
Dtab_contents_wrapper.cc127 prefs->RegisterLocalizedStringPref(prefs::kWebKitFixedFontFamily, in RegisterUserPrefs()
/external/chromium/chrome/browser/tab_contents/
Drender_view_host_delegate_helper.cc213 UTF8ToUTF16(prefs->GetString(prefs::kWebKitFixedFontFamily)); in GetWebkitPrefs()