HomeSort by relevance Sort by last modified time
    Searched refs:srcList (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/svg/
SVGFontFaceElement.cpp 303 CSSValueList* srcList = static_cast<CSSValueList*>(src.get());
305 unsigned srcLength = srcList ? srcList->length() : 0;
307 if (CSSFontFaceSrcValue* item = static_cast<CSSFontFaceSrcValue*>(srcList->itemWithoutBoundsCheck(i)))
  /external/webkit/WebCore/css/
CSSFontSelector.cpp 102 CSSValueList* srcList = static_cast<CSSValueList*>(src.get());
103 if (!srcList->length())
232 int srcLength = srcList->length();
239 CSSFontFaceSrcValue* item = static_cast<CSSFontFaceSrcValue*>(srcList->itemWithoutBoundsCheck(i));

Completed in 161 milliseconds