Home
last modified time | relevance | path

Searched refs:setFantasyFontFamily (Results 1 – 25 of 36) sorted by relevance

12

/external/webkit/Source/WebKit/chromium/src/
DWebSettingsImpl.cpp82 void WebSettingsImpl::setFantasyFontFamily(const WebString& font) in setFantasyFontFamily() function in WebKit::WebSettingsImpl
84 m_settings->setFantasyFontFamily((String)font); in setFantasyFontFamily()
DWebSettingsImpl.h52 virtual void setFantasyFontFamily(const WebString&);
/external/webkit/Source/WebKit/chromium/public/
DWebSettings.h59 virtual void setFantasyFontFamily(const WebString&) = 0;
/external/webkit/Source/WebKit/mac/WebView/
DWebPreferences.h172 - (void)setFantasyFontFamily:(NSString *)family;
DWebPreferences.mm583 - (void)setFantasyFontFamily:(NSString *)family
DWebView.mm1472 settings->setFantasyFontFamily([preferences fantasyFontFamily]);
/external/webkit/Tools/DumpRenderTree/chromium/
DWebPreferences.cpp114 settings->setFantasyFontFamily(fantasyFontFamily); in applyTo()
/external/chromium/webkit/glue/
Dwebpreferences.cc93 settings->setFantasyFontFamily(fantasy_font_family); in Apply()
/external/webkit/Source/WebKit/qt/declarative/
Dqdeclarativewebview_p.h294 Q_PROPERTY(QString fantasyFontFamily READ fantasyFontFamily WRITE setFantasyFontFamily) in Q_PROPERTY()
331 void setFantasyFontFamily(const QString& f) { s->setFontFamily(QWebSettings::FantasyFont, f); } in setFantasyFontFamily() function
/external/webkit/Source/WebKit/android/jni/
DWebCoreJniOnLoad.cpp266 s->setFantasyFontFamily("fantasy"); in benchmark()
DWebSettings.cpp365 s->setFantasyFontFamily(jstringToWtfString(env, str)); in Sync()
/external/webkit/Source/WebCore/page/
DSettings.h92 void setFantasyFontFamily(const AtomicString&);
DSettings.cpp250 void Settings::setFantasyFontFamily(const AtomicString& fantasyFontFamily) in setFantasyFontFamily() function in WebCore::Settings
/external/webkit/Source/WebKit/win/Interfaces/
DIWebPreferences.idl99 HRESULT setFantasyFontFamily([in] BSTR family);
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPreferences.cpp227 toImpl(preferencesRef)->setFantasyFontFamily(toWTFString(family)); in WKPreferencesSetFantasyFontFamily()
/external/webkit/Source/WebKit/win/
DWebPreferences.h91 virtual HRESULT STDMETHODCALLTYPE setFantasyFontFamily(
DWebPreferences.cpp644 HRESULT STDMETHODCALLTYPE WebPreferences::setFantasyFontFamily( in setFantasyFontFamily() function in WebPreferences
DWebView.cpp4518 settings->setFantasyFontFamily(AtomicString(str, SysStringLen(str))); in notifyPreferencesChanged()
DChangeLog-2009-06-1623634 (WebPreferences::setFantasyFontFamily):
/external/webkit/Source/WebKit/qt/Api/
Dqwebsettings.cpp146 settings->setFantasyFontFamily(family); in apply()
/external/webkit/Tools/DumpRenderTree/win/
DDumpRenderTree.cpp837 preferences->setFantasyFontFamily(fantasyFamily); in resetDefaultsToConsistentValues()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebview.cpp3301 settings->setFantasyFontFamily(fantasyFontFamily); in webkit_web_view_update_settings()
3386 settings->setFantasyFontFamily(g_value_get_string(&value)); in webkit_web_view_settings_notify()
/external/webkit/Tools/DumpRenderTree/mac/
DDumpRenderTree.mm435 [preferences setFantasyFontFamily:@"Papyrus"];
/external/webkit/Source/WebKit/mac/
DWebKit.order1868 -[WebPreferences setFantasyFontFamily:]
/external/webkit/Source/WebKit/efl/ewk/
Dewk_view.cpp2837 priv->page_settings->setFantasyFontFamily(AtomicString::fromUTF8(family)); in ewk_view_setting_font_fantasy_set()

12