Home
last modified time | relevance | path

Searched refs:SVGPathSegList (Results 1 – 25 of 28) sorted by relevance

12

/external/webkit/WebCore/svg/
DSVGPathSegList.h34 class SVGPathSegList : public SVGList<RefPtr<SVGPathSeg> > {
36 …static PassRefPtr<SVGPathSegList> create(const QualifiedName& attributeName) { return adoptRef(new… in create()
37 virtual ~SVGPathSegList();
42 …static PassRefPtr<SVGPathSegList> createAnimated(const SVGPathSegList* fromList, const SVGPathSegL…
45 SVGPathSegList(const QualifiedName&);
DSVGAnimatedPathData.h27 class SVGPathSegList; variable
35 virtual SVGPathSegList* pathSegList() const = 0;
36 virtual SVGPathSegList* normalizedPathSegList() const = 0;
37 virtual SVGPathSegList* animatedPathSegList() const = 0;
38 virtual SVGPathSegList* animatedNormalizedPathSegList() const = 0;
DSVGPathSegList.cpp45 SVGPathSegList::SVGPathSegList(const QualifiedName& attributeName) in SVGPathSegList() function in WebCore::SVGPathSegList
50 SVGPathSegList::~SVGPathSegList() in ~SVGPathSegList()
54 unsigned SVGPathSegList::getPathSegAtLength(double, ExceptionCode& ec) in getPathSegAtLength()
104 Path SVGPathSegList::toPathData() in toPathData()
182 PassRefPtr<SVGPathSegList> SVGPathSegList::createAnimated(const SVGPathSegList* fromList, const SVG… in createAnimated()
187 RefPtr<SVGPathSegList> result = create(fromList->associatedAttributeName()); in createAnimated()
DSVGAnimateElement.h31 class SVGPathSegList; variable
61 RefPtr<SVGPathSegList> m_fromPath;
62 RefPtr<SVGPathSegList> m_toPath;
63 RefPtr<SVGPathSegList> m_animatedPath;
DSVGPathElement.h88 virtual SVGPathSegList* pathSegList() const;
89 virtual SVGPathSegList* normalizedPathSegList() const;
90 virtual SVGPathSegList* animatedPathSegList() const;
91 virtual SVGPathSegList* animatedNormalizedPathSegList() const;
102 mutable RefPtr<SVGPathSegList> m_pathSegList;
DSVGAnimatedPathData.idl29 readonly attribute SVGPathSegList pathSegList;
30 readonly attribute SVGPathSegList normalizedPathSegList;
31 readonly attribute SVGPathSegList animatedPathSegList;
32 readonly attribute SVGPathSegList animatedNormalizedPathSegList;
DSVGPathElement.cpp223 SVGPathSegList* SVGPathElement::pathSegList() const in pathSegList()
226 m_pathSegList = SVGPathSegList::create(SVGNames::dAttr); in pathSegList()
231 SVGPathSegList* SVGPathElement::normalizedPathSegList() const in normalizedPathSegList()
237 SVGPathSegList* SVGPathElement::animatedPathSegList() const in animatedPathSegList()
243 SVGPathSegList* SVGPathElement::animatedNormalizedPathSegList() const in animatedNormalizedPathSegList()
DSVGParserUtilities.h31 class SVGPathSegList; variable
65 bool pathSegListFromSVGData(SVGPathSegList* pathSegList, const String& d, bool process = false);
DSVGAnimateElement.cpp136 …results->m_animatedPath = SVGPathSegList::createAnimated(m_fromPath.get(), m_toPath.get(), percent… in calculateAnimatedValue()
172 m_fromPath = SVGPathSegList::create(SVGNames::dAttr); in calculateFromAndToValues()
174 m_toPath = SVGPathSegList::create(SVGNames::dAttr); in calculateFromAndToValues()
DSVGPathSegList.idl29 interface [Conditional=SVG] SVGPathSegList {
DSVGParserUtilities.cpp728 bool build(SVGPathSegList* segList, const String& d, bool process) in build()
825 bool pathSegListFromSVGData(SVGPathSegList* path, const String& d, bool process) in pathSegListFromSVGData()
/external/webkit/WebCore/bindings/js/
DJSSVGPathSegListCustom.cpp43 SVGPathSegList* list = impl(); in clear()
57 SVGPathSegList* list = impl(); in initialize()
80 SVGPathSegList* list = impl(); in getItem()
101 SVGPathSegList* list = impl(); in insertItemBefore()
123 SVGPathSegList* list = impl(); in replaceItem()
144 SVGPathSegList* list = impl(); in removeItem()
161 SVGPathSegList* list = impl(); in appendItem()
/external/webkit/WebCore/bindings/v8/
DV8Index.h603 V(SVGPATHSEGLIST, SVGPathSegList) \
/external/webkit/WebCore/
DDerivedSources.make355 SVGPathSegList \
DWebCore.pri501 svg/SVGPathSegList.idl \
DAndroid.mk848 svg/SVGPathSegList.cpp \
DWebCore.pro1845 svg/SVGPathSegList.h \
2534 svg/SVGPathSegList.cpp \
DWebCore.gypi334 'svg/SVGPathSegList.idl',
3527 'svg/SVGPathSegList.cpp',
3528 'svg/SVGPathSegList.h',
DGNUmakefile.am2917 WebCore/svg/SVGPathSegList.idl \
3226 WebCore/svg/SVGPathSegList.cpp \
3227 WebCore/svg/SVGPathSegList.h \
DChangeLog-2006-12-311422 * ksvg2/svg/SVGPathSegList.idl:
1582 Adding/removing SVGPathSeg* items to a SVGPathElement (through SVGPathSegList
1585 which is not needed - as it can be done using SVGPathSegList completely. It
1734 * ksvg2/svg/SVGPathSegList.cpp:
1735 (WebCore::SVGPathSegList::SVGPathSegList):
1736 (WebCore::SVGPathSegList::context):
1737 * ksvg2/svg/SVGPathSegList.h:
1738 * ksvg2/svg/SVGPathSegList.idl:
1793 Fix SVGPathSeg JS object creation. SVGPathSegList has to return
27860 * ksvg2/svg/SVGPathSegList.idl:
[all …]
DChangeLog-2007-10-142609 * ksvg2/svg/SVGPathSegList.cpp: Kill context parameter.
2610 (WebCore::SVGPathSegList::SVGPathSegList):
2611 * ksvg2/svg/SVGPathSegList.h:
5111 * ksvg2/svg/SVGPathSegList.cpp:
5112 * ksvg2/svg/SVGPathSegList.h:
19541 * ksvg2/svg/SVGPathSegList.cpp:
19542 (WebCore::SVGPathSegList::getPathSegAtLength):
19543 * ksvg2/svg/SVGPathSegList.h:
52852 * ksvg2/svg/SVGPathSegList.cpp:
52853 * ksvg2/svg/SVGPathSegList.h:
[all …]
DChangeLog-2008-08-1015222 * svg/SVGPathSegList.cpp:
15224 (WebCore::SVGPathSegList::createAnimated):
15225 * svg/SVGPathSegList.h:
48061 * svg/SVGPathSegList.h:
48062 (WebCore::SVGPathSegList::create):
53670 * svg/SVGPathSegList.cpp:
53671 (WebCore::SVGPathSegList::SVGPathSegList):
53672 * svg/SVGPathSegList.h:
59557 SVGPathSegList.idl
70061 * ksvg2/svg/SVGPathSegList.cpp: Removed.
[all …]
DChangeLog-2005-08-233337 (SVGPathSegList::hasProperty):
3338 (SVGPathSegList::get):
3339 (SVGPathSegList::getInParents):
3340 (SVGPathSegList::prototype):
3341 (SVGPathSegList::cache):
3752 * ksvg2/dom/SVGPathSegList.cpp:
3753 (SVGPathSegList::getValueProperty):
3755 * ksvg2/dom/SVGPathSegList.h:
12945 * ksvg2/dom/SVGPathSegList.cc: Added.
12946 * ksvg2/dom/SVGPathSegList.h: Added.
/external/webkit/WebCore/page/
DDOMWindow.idl616 attribute SVGPathSegListConstructor SVGPathSegList;
/external/webkit/WebCore/WebCore.xcodeproj/
Dproject.pbxproj3544 …800D00BF220071B782 /* SVGPathSegList.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B22278EA0D…
3545 …A810D00BF220071B782 /* SVGPathSegList.h in Headers */ = {isa = PBXBuildFile; fileRef = B22278EB0D0…
8738 …0071B782 /* SVGPathSegList.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType …
8739 …F200071B782 /* SVGPathSegList.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
8740 …D00BF210071B782 /* SVGPathSegList.idl */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFi…
14122 B22278EA0D00BF200071B782 /* SVGPathSegList.cpp */,
14123 B22278EB0D00BF200071B782 /* SVGPathSegList.h */,
14124 B22278EC0D00BF210071B782 /* SVGPathSegList.idl */,
18259 B2227A810D00BF220071B782 /* SVGPathSegList.h in Headers */,
20480 B2227A800D00BF220071B782 /* SVGPathSegList.cpp in Sources */,

12