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
121 void RenderThemeChromiumFontProvider::systemFont(CSSValueID valueID, FontDescription& fontDescripti… in systemFont() function in WebCore::RenderThemeChromiumFontProvider
130 void RenderThemeChromiumSkia::systemFont(CSSValueID valueID, FontDescription& fontDescription) const in systemFont() function in WebCore::RenderThemeChromiumSkia
109 static Font deriveDragLabelFont(int size, FontWeight fontWeight, const FontDescription& systemFont) in deriveDragLabelFont()120 …> DragImage::create(const KURL& url, const String& inLabel, const FontDescription& systemFont, flo… in create()