Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderThemeWin.cpp304 static FontDescription iconFont; in systemFont() local
320 if (!iconFont.isAbsoluteSize()) { in systemFont()
323 fillFontDescription(iconFont, logFont); in systemFont()
325 fontDescription = iconFont; in systemFont()