Searched refs:pathSegList (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/svg/
H A DSVGPathSegListSource.h35 static PassOwnPtr<SVGPathSegListSource> create(const SVGPathSegList& pathSegList) argument
37 return adoptPtr(new SVGPathSegListSource(pathSegList));
H A DSVGPathSegListBuilder.h40 void setCurrentSVGPathSegList(SVGPathSegList& pathSegList) { m_pathSegList = &pathSegList; } argument
H A DSVGPathSegListSource.cpp34 SVGPathSegListSource::SVGPathSegListSource(const SVGPathSegList& pathSegList) argument
35 : m_pathSegList(pathSegList)
H A DSVGPathElement.idl110 readonly attribute SVGPathSegList pathSegList;
H A DSVGPathElement.h88 SVGPathSegListPropertyTearOff* pathSegList();
H A DSVGPathElement.cpp66 // FIXME: this may wish to use the pathSegList instead of the pathdata if that's cheaper to build (or cached)
74 // FIXME: this may wish to use the pathSegList instead of the pathdata if that's cheaper to build (or cached)
284 SVGPathSegListPropertyTearOff* SVGPathElement::pathSegList() function in class:WebCore::SVGPathElement

Completed in 1121 milliseconds