Home
last modified time | relevance | path

Searched refs:systemFont (Results 1 – 25 of 33) sorted by relevance

12

/external/webkit/Source/WebCore/platform/haiku/
DRenderThemeHaiku.h55 virtual void systemFont(int propId, FontDescription&) const;
DRenderThemeHaiku.cpp105 void RenderThemeHaiku::systemFont(int propId, FontDescription&) const in systemFont() function in WebCore::RenderThemeHaiku
/external/webkit/Source/WebCore/platform/
DTheme.h73 virtual Font systemFont(ThemeFont, FontDescription&) const { return Font(); } in systemFont() function
/external/webkit/Source/WebCore/rendering/
DRenderThemeChromiumWin.h61 virtual void systemFont(int propId, FontDescription&) const;
DRenderThemeChromiumSkia.h65 virtual void systemFont(int propId, FontDescription&) const;
DRenderThemeWin.cpp298 void RenderThemeWin::systemFont(int propId, FontDescription& fontDescription) const in systemFont() function in WebCore::RenderThemeWin
307 static FontDescription systemFont; in systemFont() local
367 if (!systemFont.isAbsoluteSize()) { in systemFont()
372 fillFontDescription(systemFont, logFont); in systemFont()
375 fontDescription = systemFont; in systemFont()
DRenderThemeWinCE.h65 virtual void systemFont(int propId, FontDescription&) const;
DRenderThemeSafari.h75 virtual void systemFont(int propId, FontDescription&) const;
DRenderThemeWin.h66 virtual void systemFont(int propId, FontDescription&) const;
DRenderThemeSafari.cpp189 void RenderThemeSafari::systemFont(int propId, FontDescription& fontDescription) const in systemFont() function in WebCore::RenderThemeSafari
191 static FontDescription systemFont; in systemFont() local
233 cachedDesc = &systemFont; in systemFont()
234 if (!systemFont.isAbsoluteSize()) in systemFont()
DRenderEmbeddedObject.cpp190 RenderTheme::defaultTheme()->systemFont(CSSValueWebkitSmallControl, fontDescription); in getReplacementTextGeometry()
DRenderThemeMac.h70 virtual void systemFont(int cssValueId, FontDescription&) const;
DRenderTheme.h157 virtual void systemFont(int cssValueId, FontDescription&) const = 0;
DRenderThemeChromiumSkia.cpp162 void RenderThemeChromiumSkia::systemFont(int propId, FontDescription& fontDescription) const in systemFont() function in WebCore::RenderThemeChromiumSkia
DRenderThemeChromiumWin.cpp293 void RenderThemeChromiumWin::systemFont(int propId, FontDescription& fontDescription) const in systemFont() function in WebCore::RenderThemeChromiumWin
DRenderThemeMac.mm222 void RenderThemeMac::systemFont(int cssValueId, FontDescription& fontDescription) const
224 DEFINE_STATIC_LOCAL(FontDescription, systemFont, ());
266 cachedDesc = &systemFont;
267 if (!systemFont.isAbsoluteSize())
DRenderThemeWinCE.cpp259 void RenderThemeWinCE::systemFont(int propId, FontDescription& fontDescription) const in systemFont() function in WebCore::RenderThemeWinCE
/external/webkit/Source/WebCore/platform/wx/
DRenderThemeWx.cpp94 virtual void systemFont(int propId, FontDescription&) const;
191 void RenderThemeWx::systemFont(int propId, FontDescription& fontDescription) const in systemFont() function in WebCore::RenderThemeWx
/external/webkit/Source/WebCore/platform/android/
DRenderThemeAndroid.h73 virtual void systemFont(int, WebCore::FontDescription&) const {} in systemFont() function
/external/webkit/Source/WebCore/platform/efl/
DRenderThemeEfl.h117 virtual void systemFont(int propId, FontDescription&) const;
DRenderThemeEfl.cpp1036 void RenderThemeEfl::systemFont(int propId, FontDescription& fontDescription) const in systemFont() function in WebCore::RenderThemeEfl
/external/webkit/Source/WebCore/platform/qt/
DRenderThemeQt.h75 virtual void systemFont(int propId, FontDescription&) const;
/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk.h83 virtual void systemFont(int propId, FontDescription&) const;
DRenderThemeGtk.cpp428 void RenderThemeGtk::systemFont(int, FontDescription& fontDescription) const in systemFont() function in WebCore::RenderThemeGtk
/external/webkit/Source/WebKit/chromium/src/
DAutoFillPopupMenuClient.cpp285 RenderTheme::defaultTheme()->systemFont(CSSValueWebkitControl, in initialize()

12