Searched defs:SVGPathSegList (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSegList.cpp25 #include "core/svg/SVGPathSegList.h"
40 SVGPathSegList::SVGPathSegList(SVGPathElement* contextElement) function in class:blink::SVGPathSegList
47 SVGPathSegList::SVGPathSegList(SVGPathElement* contextElement, PassOwnPtr<SVGPathByteStream> byteStream) function in class:blink::SVGPathSegList
55 SVGPathSegList::~SVGPathSegList()
59 PassRefPtr<SVGPathSegList> SVGPathSegList::clone()
61 RefPtr<SVGPathSegList> svgPathSegLis
[all...]
H A DSVGPathSegList.h45 class SVGPathSegList : public SVGListPropertyHelper<SVGPathSegList, SVGPathSeg> { class in namespace:blink
50 typedef SVGListPropertyHelper<SVGPathSegList, SVGPathSeg> Base;
52 static PassRefPtr<SVGPathSegList> create(SVGPathElement* contextElement)
54 return adoptRef(new SVGPathSegList(contextElement));
56 static PassRefPtr<SVGPathSegList> create() { ASSERT_NOT_REACHED(); return nullptr; }
58 virtual ~SVGPathSegList();
135 virtual PassRefPtr<SVGPathSegList> clone() OVERRIDE;
146 SVGPathSegList(SVGPathElement*);
147 SVGPathSegList(SVGPathElemen
[all...]

Completed in 338 milliseconds