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

  /external/webkit/WebCore/rendering/
RenderThemeChromiumWin.cpp 111 static FontDescription smallSystemFont;
261 cachedDesc = &smallSystemFont;
262 if (!smallSystemFont.isAbsoluteSize()) {
478 smallSystemFont = menuFont = labelFont = FontDescription();
RenderThemeSafari.cpp 191 static FontDescription smallSystemFont;
202 cachedDesc = &smallSystemFont;
203 if (!smallSystemFont.isAbsoluteSize())
    [all...]
RenderThemeChromiumMac.mm 257 DEFINE_STATIC_LOCAL(FontDescription, smallSystemFont, ());
268 cachedDesc = &smallSystemFont;
269 if (!smallSystemFont.isAbsoluteSize())
    [all...]
RenderThemeMac.mm 205 DEFINE_STATIC_LOCAL(FontDescription, smallSystemFont, ());
216 cachedDesc = &smallSystemFont;
217 if (!smallSystemFont.isAbsoluteSize())
    [all...]

Completed in 46 milliseconds