HomeSort by relevance Sort by last modified time
    Searched refs:systemFont (Results 1 - 25 of 32) sorted by null

1 2

  /external/webkit/WebCore/platform/haiku/
RenderThemeHaiku.h 55 virtual void systemFont(int propId, FontDescription&) const;
RenderThemeHaiku.cpp 105 void RenderThemeHaiku::systemFont(int propId, FontDescription&) const
  /external/webkit/WebCore/platform/
Theme.h 73 virtual Font systemFont(ThemeFont, FontDescription&) const { return Font(); }
  /external/webkit/WebCore/rendering/
RenderThemeChromiumWin.h 61 virtual void systemFont(int propId, FontDescription&) const;
RenderThemeChromiumSkia.h 63 virtual void systemFont(int propId, FontDescription&) const;
RenderThemeSafari.h 75 virtual void systemFont(int propId, FontDescription&) const;
RenderThemeWin.h 66 virtual void systemFont(int propId, FontDescription&) const;
RenderThemeWince.h 65 virtual void systemFont(int propId, FontDescription&) const;
RenderThemeWin.cpp 271 void RenderThemeWin::systemFont(int propId, FontDescription& fontDescription) const
280 static FontDescription systemFont;
340 if (!systemFont.isAbsoluteSize()) {
345 fillFontDescription(systemFont, logFont);
348 fontDescription = systemFont;
    [all...]
RenderTheme.h 149 virtual void systemFont(int cssValueId, FontDescription&) const = 0;
RenderThemeChromiumMac.h 72 virtual void systemFont(int cssValueId, FontDescription&) const;
RenderThemeMac.h 68 virtual void systemFont(int cssValueId, FontDescription&) const;
RenderThemeSafari.cpp 188 void RenderThemeSafari::systemFont(int propId, FontDescription& fontDescription) const
190 static FontDescription systemFont;
232 cachedDesc = &systemFont;
233 if (!systemFont.isAbsoluteSize())
    [all...]
RenderThemeChromiumMac.mm 254 void RenderThemeChromiumMac::systemFont(int cssValueId, FontDescription& fontDescription) const
256 DEFINE_STATIC_LOCAL(FontDescription, systemFont, ());
298 cachedDesc = &systemFont;
299 if (!systemFont.isAbsoluteSize())
    [all...]
RenderThemeMac.mm 202 void RenderThemeMac::systemFont(int cssValueId, FontDescription& fontDescription) const
204 DEFINE_STATIC_LOCAL(FontDescription, systemFont, ());
246 cachedDesc = &systemFont;
247 if (!systemFont.isAbsoluteSize())
    [all...]
RenderThemeChromiumWin.cpp 253 void RenderThemeChromiumWin::systemFont(int propId, FontDescription& fontDescription) const
RenderThemeChromiumSkia.cpp 190 void RenderThemeChromiumSkia::systemFont(int propId, FontDescription& fontDescription) const
RenderThemeWince.cpp 258 void RenderThemeWince::systemFont(int propId, FontDescription& fontDescription) const
  /external/webkit/WebCore/platform/android/
RenderThemeAndroid.h 72 virtual void systemFont(int, WebCore::FontDescription&) const {}
  /external/webkit/WebKit/chromium/src/
SuggestionsPopupMenuClient.cpp 157 RenderTheme::defaultTheme()->systemFont(CSSValueWebkitControl,
  /external/webkit/WebCore/platform/gtk/
RenderThemeGtk.h 86 virtual void systemFont(int propId, FontDescription&) const;
RenderThemeGtk.cpp 577 void RenderThemeGtk::systemFont(int, FontDescription&) const
  /external/webkit/WebCore/platform/qt/
RenderThemeQt.h 67 virtual void systemFont(int propId, FontDescription&) const;
RenderThemeQt.cpp 279 void RenderThemeQt::systemFont(int, FontDescription&) const
  /external/webkit/WebCore/platform/wx/
RenderThemeWx.cpp 93 virtual void systemFont(int propId, FontDescription&) const;
190 void RenderThemeWx::systemFont(int propId, FontDescription& fontDescription) const

Completed in 412 milliseconds

1 2