Searched refs:systemFont (Results 1 - 25 of 26) sorted by relevance

12

/external/webkit/WebCore/platform/haiku/
H A DRenderThemeHaiku.h55 virtual void systemFont(int propId, FontDescription&) const;
H A DRenderThemeHaiku.cpp105 void RenderThemeHaiku::systemFont(int propId, FontDescription&) const function in class:WebCore::RenderThemeHaiku
/external/webkit/WebCore/platform/
H A DTheme.h73 virtual Font systemFont(ThemeFont, FontDescription&) const { return Font(); } function in class:WebCore::Theme
/external/webkit/WebCore/rendering/
H A DRenderThemeChromiumWin.h61 virtual void systemFont(int propId, FontDescription&) const;
H A DRenderThemeChromiumSkia.h63 virtual void systemFont(int propId, FontDescription&) const;
H A DRenderThemeWince.h65 virtual void systemFont(int propId, FontDescription&) const;
H A DRenderThemeWin.cpp271 void RenderThemeWin::systemFont(int propId, FontDescription& fontDescription) const function in class:WebCore::RenderThemeWin
280 static FontDescription systemFont; local
340 if (!systemFont.isAbsoluteSize()) {
345 fillFontDescription(systemFont, logFont);
348 fontDescription = systemFont;
H A DRenderThemeChromiumMac.h72 virtual void systemFont(int cssValueId, FontDescription&) const;
H A DRenderThemeMac.h68 virtual void systemFont(int cssValueId, FontDescription&) const;
H A DRenderThemeSafari.h75 virtual void systemFont(int propId, FontDescription&) const;
H A DRenderThemeWin.h66 virtual void systemFont(int propId, FontDescription&) const;
H A DRenderTheme.h149 virtual void systemFont(int cssValueId, FontDescription&) const = 0;
H A DRenderThemeSafari.cpp188 void RenderThemeSafari::systemFont(int propId, FontDescription& fontDescription) const function in class:WebCore::RenderThemeSafari
190 static FontDescription systemFont; local
232 cachedDesc = &systemFont;
233 if (!systemFont.isAbsoluteSize())
H A DRenderThemeChromiumMac.mm254 void RenderThemeChromiumMac::systemFont(int cssValueId, FontDescription& fontDescription) const
256 DEFINE_STATIC_LOCAL(FontDescription, systemFont, ());
298 cachedDesc = &systemFont;
299 if (!systemFont.isAbsoluteSize())
H A DRenderThemeMac.mm202 void RenderThemeMac::systemFont(int cssValueId, FontDescription& fontDescription) const
204 DEFINE_STATIC_LOCAL(FontDescription, systemFont, ());
246 cachedDesc = &systemFont;
247 if (!systemFont.isAbsoluteSize())
H A DRenderThemeChromiumWin.cpp253 void RenderThemeChromiumWin::systemFont(int propId, FontDescription& fontDescription) const function in class:WebCore::RenderThemeChromiumWin
H A DRenderThemeChromiumSkia.cpp190 void RenderThemeChromiumSkia::systemFont(int propId, FontDescription& fontDescription) const function in class:WebCore::RenderThemeChromiumSkia
H A DRenderThemeWince.cpp258 void RenderThemeWince::systemFont(int propId, FontDescription& fontDescription) const function in class:WebCore::RenderThemeWince
/external/webkit/WebCore/platform/android/
H A DRenderThemeAndroid.h72 virtual void systemFont(int, WebCore::FontDescription&) const {} function in class:WebCore::RenderThemeAndroid
/external/webkit/WebKit/chromium/src/
H A DSuggestionsPopupMenuClient.cpp157 RenderTheme::defaultTheme()->systemFont(CSSValueWebkitControl,
/external/webkit/WebCore/platform/gtk/
H A DRenderThemeGtk.h86 virtual void systemFont(int propId, FontDescription&) const;
H A DRenderThemeGtk.cpp577 void RenderThemeGtk::systemFont(int, FontDescription&) const function in class:WebCore::RenderThemeGtk
/external/webkit/WebCore/platform/wx/
H A DRenderThemeWx.cpp93 virtual void systemFont(int propId, FontDescription&) const;
190 void RenderThemeWx::systemFont(int propId, FontDescription& fontDescription) const function in class:WebCore::RenderThemeWx
/external/webkit/WebCore/platform/qt/
H A DRenderThemeQt.h67 virtual void systemFont(int propId, FontDescription&) const;
H A DRenderThemeQt.cpp279 void RenderThemeQt::systemFont(int, FontDescription&) const function in class:WebCore::RenderThemeQt

Completed in 100 milliseconds

12