Searched refs:SVGMPathElement (Results 1 – 14 of 14) sorted by relevance
/external/webkit/WebCore/svg/ |
D | SVGMPathElement.cpp | 32 SVGMPathElement::SVGMPathElement(const QualifiedName& qname, Document* doc) in SVGMPathElement() function in WebCore::SVGMPathElement 37 SVGMPathElement::~SVGMPathElement() in ~SVGMPathElement() 41 void SVGMPathElement::parseMappedAttribute(MappedAttribute* attr) in parseMappedAttribute() 48 void SVGMPathElement::synchronizeProperty(const QualifiedName& attrName) in synchronizeProperty() 64 SVGPathElement* SVGMPathElement::pathElement() in pathElement()
|
D | SVGMPathElement.h | 31 class SVGMPathElement : public SVGElement, 35 SVGMPathElement(const QualifiedName&, Document*); 36 virtual ~SVGMPathElement(); 45 DECLARE_ANIMATED_PROPERTY(SVGMPathElement, XLinkNames::hrefAttr, String, Href, href) 48 …DECLARE_ANIMATED_PROPERTY(SVGMPathElement, SVGNames::externalResourcesRequiredAttr, bool, External…
|
D | SVGAnimateMotionElement.cpp | 111 SVGMPathElement* mPath = static_cast<SVGMPathElement*>(child); in animationPath()
|
D | svgtags.in | 88 mpath interfaceName=SVGMPathElement, JSInterfaceName=SVGElement, createWithNew
|
/external/webkit/WebCore/page/ |
D | DOMWindow.idl | 656 // attribute SVGMPathElementConstructor SVGMPathElement;
|
/external/webkit/WebCore/ |
D | Android.mk | 830 svg/SVGMPathElement.cpp \
|
D | WebCore.pro | 1831 svg/SVGMPathElement.h \ 2520 svg/SVGMPathElement.cpp \
|
D | WebCore.gypi | 3490 'svg/SVGMPathElement.cpp', 3491 'svg/SVGMPathElement.h',
|
D | GNUmakefile.am | 3189 WebCore/svg/SVGMPathElement.cpp \ 3190 WebCore/svg/SVGMPathElement.h \
|
D | ChangeLog-2007-10-14 | 5073 * ksvg2/svg/SVGMPathElement.cpp: 5074 * ksvg2/svg/SVGMPathElement.h: 52817 * ksvg2/svg/SVGMPathElement.cpp: 52818 * ksvg2/svg/SVGMPathElement.h: 62957 * ksvg2/svg/SVGMPathElement.cpp: Added #ifdef SVG_SUPPORT/#endif guards. 63139 Add support for SVGMPathElement parsing. 63146 * ksvg2/svg/SVGMPathElement.cpp: Added. 63147 (WebCore::SVGMPathElement::SVGMPathElement): 63148 (WebCore::SVGMPathElement::~SVGMPathElement): 63149 (WebCore::SVGMPathElement::parseMappedAttribute): [all …]
|
D | ChangeLog-2010-01-29 | 2782 * svg/SVGMPathElement.cpp: 2783 (WebCore::SVGMPathElement::SVGMPathElement): 2784 (WebCore::SVGMPathElement::synchronizeProperty): 2785 * svg/SVGMPathElement.h: 46092 * svg/SVGMPathElement.h: Ditto. Fix license indention. 48378 * svg/SVGMPathElement.cpp: 48379 (WebCore::SVGMPathElement::SVGMPathElement): 48380 * svg/SVGMPathElement.h: 48469 * svg/SVGMPathElement.cpp: 48470 (WebCore::SVGMPathElement::SVGMPathElement): [all …]
|
D | ChangeLog-2008-08-10 | 7777 * svg/SVGMPathElement.h: 7778 (WebCore::SVGMPathElement::contextElement): Return non-const value. 35009 * svg/SVGMPathElement.h: 35400 * svg/SVGMPathElement.h: 35401 (WebCore::SVGMPathElement::contextElement): 70000 * ksvg2/svg/SVGMPathElement.cpp: Removed. 70001 * ksvg2/svg/SVGMPathElement.h: Removed.
|
D | ChangeLog-2009-06-16 | 87547 * svg/SVGMPathElement.cpp:
|
/external/webkit/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 3515 …D0D00BF220071B782 /* SVGMPathElement.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B22278B70D… 3516 …4E0D00BF220071B782 /* SVGMPathElement.h in Headers */ = {isa = PBXBuildFile; fileRef = B22278B80D0… 8687 …071B782 /* SVGMPathElement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType … 8688 …200071B782 /* SVGMPathElement.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType… 14071 B22278B70D00BF200071B782 /* SVGMPathElement.cpp */, 14072 B22278B80D00BF200071B782 /* SVGMPathElement.h */, 18238 B2227A4E0D00BF220071B782 /* SVGMPathElement.h in Headers */, 20459 B2227A4D0D00BF220071B782 /* SVGMPathElement.cpp in Sources */,
|