Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DFontFace.cpp287 bool FontFace::setFamilyValue(CSSValueList* familyList) in setFamilyValue() argument
290 if (familyList->length() != 1) in setFamilyValue()
293 CSSPrimitiveValue* familyValue = toCSSPrimitiveValue(familyList->itemWithoutBoundsCheck(0)); in setFamilyValue()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontDescription.cpp40 FontFamily familyList; member