Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSFontSelector.cpp437 …bool secondRequiresSmallCaps = (secondTraitsMask & FontVariantSmallCapsMask) && !(secondTraitsMask… in compareFontFaces() local
438 if (firstRequiresSmallCaps != secondRequiresSmallCaps) in compareFontFaces()