Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSFontSelector.cpp150 CSSValueList* weightList = static_cast<CSSValueList*>(fontWeight.get()); in addFontFaceRule() local
151 unsigned numWeights = weightList->length(); in addFontFaceRule()
156 … switch (static_cast<CSSPrimitiveValue*>(weightList->itemWithoutBoundsCheck(i))->getIdent()) { in addFontFaceRule()