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

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

Completed in 1024 milliseconds