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

  /external/webkit/Source/WebCore/svg/
SVGPathElement.idl 41 SVGPathSegClosePath createSVGPathSegClosePath();
SVGPathElement.h 67 PassRefPtr<SVGPathSegClosePath> createSVGPathSegClosePath(SVGPathSegRole role = PathSegUndefinedRole);
SVGPathSegListBuilder.cpp 146 m_pathSegList->append(m_pathElement->createSVGPathSegClosePath(m_pathSegRole));
SVGPathElement.cpp 89 PassRefPtr<SVGPathSegClosePath> SVGPathElement::createSVGPathSegClosePath(SVGPathSegRole role)

Completed in 43 milliseconds