Searched defs:systemFont (Results 1 – 4 of 4) sorted by relevance
44 void RenderThemeChromiumFontProvider::systemFont(CSSValueID valueID, FontDescription& fontDescripti… in systemFont() function in WebCore::RenderThemeChromiumFontProvider
122 void RenderThemeChromiumFontProvider::systemFont(CSSValueID valueID, FontDescription& fontDescripti… in systemFont() function in WebCore::RenderThemeChromiumFontProvider
135 void RenderThemeChromiumSkia::systemFont(CSSValueID valueID, FontDescription& fontDescription) const in systemFont() function in WebCore::RenderThemeChromiumSkia
110 static Font deriveDragLabelFont(int size, FontWeight fontWeight, const FontDescription& systemFont) in deriveDragLabelFont()121 …> DragImage::create(const KURL& url, const String& inLabel, const FontDescription& systemFont, flo… in create()