Searched refs:getGenericFamilyNameForScript (Results 1 - 3 of 3) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFontSelector.cpp103 return FontCache::getGenericFamilyNameForScript(FontFamilyNames::webkit_standard, fontDescription);
106 return FontCache::getGenericFamilyNameForScript(genericFamilyName, fontDescription);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontCache.h121 static AtomicString getGenericFamilyNameForScript(const AtomicString& familyName, const FontDescription&);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/android/
H A DFontCacheAndroid.cpp73 AtomicString FontCache::getGenericFamilyNameForScript(const AtomicString& familyName, const FontDescription& fontDescription) function in class:blink::FontCache

Completed in 221 milliseconds