HomeSort by relevance Sort by last modified time
    Searched refs:smallSystemFont (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumWin.cpp 151 static FontDescription smallSystemFont;
301 cachedDesc = &smallSystemFont;
302 if (!smallSystemFont.isAbsoluteSize()) {
524 smallSystemFont = menuFont = labelFont = FontDescription();
RenderThemeSafari.cpp 192 static FontDescription smallSystemFont;
203 cachedDesc = &smallSystemFont;
204 if (!smallSystemFont.isAbsoluteSize())
    [all...]
RenderThemeMac.mm 225 DEFINE_STATIC_LOCAL(FontDescription, smallSystemFont, ());
236 cachedDesc = &smallSystemFont;
237 if (!smallSystemFont.isAbsoluteSize())
    [all...]

Completed in 76 milliseconds