Home
last modified time | relevance | path

Searched refs:kWebKitStandardFontFamily (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/webui/options/
Dfont_settings_handler.cc87 standard_font_.Init(prefs::kWebKitStandardFontFamily, pref_service, this); in Attach()
158 if (*pref_name == prefs::kWebKitStandardFontFamily) { in Observe()
/external/chromium/chrome/common/
Dpref_names.h39 extern const char kWebKitStandardFontFamily[];
Dpref_names.cc102 const char kWebKitStandardFontFamily[] = "webkit.webprefs.standard_font_family"; variable
/external/chromium/chrome/browser/ui/tab_contents/
Dtab_contents_wrapper.cc125 prefs->RegisterLocalizedStringPref(prefs::kWebKitStandardFontFamily, in RegisterUserPrefs()
/external/chromium/chrome/browser/tab_contents/
Drender_view_host_delegate_helper.cc211 UTF8ToUTF16(prefs->GetString(prefs::kWebKitStandardFontFamily)); in GetWebkitPrefs()