Searched refs:familyList (Results 1 – 2 of 2) sorted by relevance
287 bool FontFace::setFamilyValue(CSSValueList* familyList) in setFamilyValue() argument290 if (familyList->length() != 1) in setFamilyValue()293 CSSPrimitiveValue* familyValue = toCSSPrimitiveValue(familyList->itemWithoutBoundsCheck(0)); in setFamilyValue()
40 FontFamily familyList; member