Home
last modified time | relevance | path

Searched refs:smallSystemFont (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderThemeChromiumWin.cpp151 static FontDescription smallSystemFont; variable
301 cachedDesc = &smallSystemFont; in systemFont()
302 if (!smallSystemFont.isAbsoluteSize()) { in systemFont()
524 smallSystemFont = menuFont = labelFont = FontDescription(); in setDefaultFontSize()
DRenderThemeSafari.cpp192 static FontDescription smallSystemFont; in systemFont() local
203 cachedDesc = &smallSystemFont; in systemFont()
204 if (!smallSystemFont.isAbsoluteSize()) in systemFont()
DRenderThemeMac.mm225 DEFINE_STATIC_LOCAL(FontDescription, smallSystemFont, ());
236 cachedDesc = &smallSystemFont;
237 if (!smallSystemFont.isAbsoluteSize())