Searched defs:sansSerifFontFamily (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebPreferences.h48 WebKit::WebString sansSerifFontFamily; member in struct:WebPreferences
/external/webkit/Source/WebKit/qt/declarative/
H A Dqdeclarativewebview_p.h292 Q_PROPERTY(QString sansSerifFontFamily READ sansSerifFontFamily WRITE setSansSerifFontFamily)
326 QString sansSerifFontFamily() const { return s->fontFamily(QWebSettings::SansSerifFont); } function in class:QDeclarativeWebSettings
/external/webkit/Tools/WebKitTestRunner/
H A DTestController.cpp375 static WKStringRef sansSerifFontFamily = WKStringCreateWithUTF8CString("Helvetica"); local
382 WKPreferencesSetSansSerifFontFamily(preferences, sansSerifFontFamily);
/external/webkit/Source/WebCore/page/
H A DSettings.cpp243 void Settings::setSansSerifFontFamily(const AtomicString& sansSerifFontFamily) argument
245 if (m_sansSerifFontFamily == sansSerifFontFamily)
248 m_sansSerifFontFamily = sansSerifFontFamily;
H A DSettings.h87 const AtomicString& sansSerifFontFamily() const { return m_sansSerifFontFamily; } function in class:WebCore::Settings
/external/webkit/Source/WebKit/win/
H A DWebPreferences.cpp609 HRESULT STDMETHODCALLTYPE WebPreferences::sansSerifFontFamily( function in class:WebPreferences
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp3244 gchar* defaultEncoding, *cursiveFontFamily, *defaultFontFamily, *fantasyFontFamily, *monospaceFontFamily, *sansSerifFontFamily, *serifFontFamily, *userStylesheetUri, *defaultSpellCheckingLanguages; local
3263 "sans-serif-font-family", &sansSerifFontFamily,
3303 settings->setSansSerifFontFamily(sansSerifFontFamily);
3357 g_free(sansSerifFontFamily);

Completed in 1481 milliseconds