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

12

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

Completed in 231 milliseconds

12