Home
last modified time | relevance | path

Searched defs:systemFont (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumFontProviderLinux.cpp44 void RenderThemeChromiumFontProvider::systemFont(CSSValueID valueID, FontDescription& fontDescripti… in systemFont() function in WebCore::RenderThemeChromiumFontProvider
DRenderThemeChromiumFontProviderWin.cpp122 void RenderThemeChromiumFontProvider::systemFont(CSSValueID valueID, FontDescription& fontDescripti… in systemFont() function in WebCore::RenderThemeChromiumFontProvider
DRenderThemeChromiumSkia.cpp135 void RenderThemeChromiumSkia::systemFont(CSSValueID valueID, FontDescription& fontDescription) const in systemFont() function in WebCore::RenderThemeChromiumSkia
/external/chromium_org/third_party/WebKit/Source/core/platform/
DDragImage.cpp110 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()