Searched defs:systemFontSize (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderThemeChromiumWin.cpp174 static float systemFontSize(const LOGFONT& font) function in namespace:WebCore
306 fontSize = systemFontSize(metrics.lfSmCaptionFont);
315 fontSize = systemFontSize(metrics.lfMenuFont);
324 fontSize = systemFontSize(metrics.lfStatusFont);

Completed in 925 milliseconds