Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DSimpleFontData.h80 PassRefPtr<SimpleFontData> smallCapsFontData(const FontDescription&) const;
88 return smallCapsFontData(description); in variantFontData()
DSimpleFontData.cpp193 PassRefPtr<SimpleFontData> SimpleFontData::smallCapsFontData(const FontDescription& fontDescription… in smallCapsFontData() function in WebCore::SimpleFontData