Home
last modified time | relevance | path

Searched refs:menuFont (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderThemeChromiumWin.cpp152 static FontDescription menuFont; variable
310 cachedDesc = &menuFont; in systemFont()
311 if (!menuFont.isAbsoluteSize()) { in systemFont()
524 smallSystemFont = menuFont = labelFont = FontDescription(); in setDefaultFontSize()
DRenderThemeWin.cpp303 static FontDescription menuFont; in systemFont() local
329 if (!menuFont.isAbsoluteSize()) in systemFont()
330 fillFontDescription(menuFont, ncm.lfMenuFont); in systemFont()
331 fontDescription = menuFont; in systemFont()
DRenderThemeSafari.cpp193 static FontDescription menuFont; in systemFont() local
208 cachedDesc = &menuFont; in systemFont()
209 if (!menuFont.isAbsoluteSize()) in systemFont()
DRenderThemeMac.mm226 DEFINE_STATIC_LOCAL(FontDescription, menuFont, ());
241 cachedDesc = &menuFont;
242 if (!menuFont.isAbsoluteSize())
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1036530 (KGlobalSettings::menuFont): made inline