Searched refs:setFantasyFontFamily (Results 1 - 22 of 22) sorted by relevance

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

Completed in 225 milliseconds