Home
last modified time | relevance | path

Searched refs:SVGPathSegClosePath (Results 1 – 24 of 24) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGPathSegClosePath.h29 class SVGPathSegClosePath : public SVGPathSegWithContext {
31 static PassRefPtr<SVGPathSegClosePath> create(SVGPathElement* element, SVGPathSegRole role) in create()
33 return adoptRef(new SVGPathSegClosePath(element, role)); in create()
37 SVGPathSegClosePath(SVGPathElement* element, SVGPathSegRole role) in SVGPathSegClosePath() function
DSVGPathElement.h38 class SVGPathSegClosePath; variable
67 …PassRefPtr<SVGPathSegClosePath> createSVGPathSegClosePath(SVGPathSegRole role = PathSegUndefinedRo…
DSVGPathElement.cpp89 PassRefPtr<SVGPathSegClosePath> SVGPathElement::createSVGPathSegClosePath(SVGPathSegRole role) in createSVGPathSegClosePath()
91 return SVGPathSegClosePath::create(this, role); in createSVGPathSegClosePath()
DSVGPathSegClosePath.idl29 interface [Conditional=SVG] SVGPathSegClosePath : SVGPathSeg {
DSVGPathElement.idl41 SVGPathSegClosePath createSVGPathSegClosePath();
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8SVGPathSegCustom.cpp66 return toV8(static_cast<SVGPathSegClosePath*>(impl)); in toV8()
/external/webkit/Source/WebCore/bindings/js/
DJSSVGPathSegCustom.cpp71 return CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, SVGPathSegClosePath, object); in toJS()
/external/webkit/Source/WebCore/
DDerivedSources.make453 SVGPathSegClosePath \
DCodeGenerators.pri464 svg/SVGPathSegClosePath.idl \
DCMakeLists.txt1847 svg/SVGPathSegClosePath.idl
DWebCore.pro2381 svg/SVGPathSegClosePath.h \
DWebCore.gypi1523 'svg/SVGPathSegClosePath.idl',
5772 'svg/SVGPathSegClosePath.h',
DChangeLog-2010-12-068976 * svg/SVGPathSegClosePath.cpp: Removed.
8977 * svg/SVGPathSegClosePath.h:
9833 * svg/SVGAnimatedPathData.h: Copied from WebCore/svg/SVGPathSegClosePath.h.
9890 * svg/SVGPathSegArc.cpp: Copied from WebCore/svg/SVGPathSegClosePath.h.
9917 * svg/SVGPathSegClosePath.cpp: Added.
9918 * svg/SVGPathSegClosePath.h:
9919 (WebCore::SVGPathSegClosePath::create):
9920 (WebCore::SVGPathSegClosePath::SVGPathSegClosePath):
9921 * svg/SVGPathSegCurvetoCubic.cpp: Copied from WebCore/svg/SVGPathSegClosePath.h.
9946 * svg/SVGPathSegCurvetoCubicSmooth.cpp: Copied from WebCore/svg/SVGPathSegClosePath.h.
[all …]
DGNUmakefile.list.am3447 Source/WebCore/svg/SVGPathSegClosePath.h \
DChangeLog-2006-12-311664 * ksvg2/svg/SVGPathSegClosePath.cpp:
1665 * ksvg2/svg/SVGPathSegClosePath.h:
24133 * ksvg2/svg/SVGPathSegClosePath.idl:
35110 * ksvg2/bindings/idl/svg/SVGPathSegClosePath.idl: Removed.
39414 * ksvg2/svg/SVGPathSegClosePath.cpp:
39415 * ksvg2/svg/SVGPathSegClosePath.h:
40670 * ksvg2/svg/SVGPathSegClosePath.h:
48593 * ksvg2/bindings/idl/svg/SVGPathSegClosePath.idl:
49349 * ksvg2/bindings/idl/svg/SVGPathSegClosePath.idl: Ditto.
DGNUmakefile.am3424 Source/WebCore/svg/SVGPathSegClosePath.h \
DChangeLog-2006-05-109669 * ksvg2/svg/SVGPathSegClosePath.h:
9670 (WebCore::SVGPathSegClosePath::pathSegTypeAsLetter):
9671 (WebCore::SVGPathSegClosePath::toString):
11586 * ksvg2/svg/SVGPathSegClosePath.h:
11587 (WebCore::SVGPathSegClosePath::toString):
DChangeLog-2005-12-1917650 * ksvg2/bindings/idl/svg/SVGPathSegClosePath.idl: Added.
20562 * ksvg2/dom/SVGPathSegClosePath.cpp: Removed.
20563 * ksvg2/dom/SVGPathSegClosePath.h: Removed.
DChangeLog-2007-10-145095 * ksvg2/svg/SVGPathSegClosePath.cpp:
5096 * ksvg2/svg/SVGPathSegClosePath.h:
52836 * ksvg2/svg/SVGPathSegClosePath.cpp:
52837 * ksvg2/svg/SVGPathSegClosePath.h:
64372 * ksvg2/svg/SVGPathSegClosePath.h:
DChangeLog-2008-08-1048038 * svg/SVGPathSegClosePath.h:
48039 (WebCore::SVGPathSegClosePath::create):
59542 SVGPathSegClosePath.idl
70030 * ksvg2/svg/SVGPathSegClosePath.cpp: Removed.
70031 * ksvg2/svg/SVGPathSegClosePath.h: Removed.
70032 * ksvg2/svg/SVGPathSegClosePath.idl: Removed.
DChangeLog-2010-01-2935920 * svg/SVGPathSegClosePath.cpp:
35921 * svg/SVGPathSegClosePath.h:
87962 * svg/SVGPathSegClosePath.h:
DChangeLog-2005-08-2312929 * ksvg2/dom/SVGPathSegClosePath.cc: Added.
12930 * ksvg2/dom/SVGPathSegClosePath.h: Added.
/external/webkit/Source/WebCore/page/
DDOMWindow.idl667 attribute SVGPathSegClosePathConstructor SVGPathSegClosePath;
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj4289 …00BF220071B782 /* SVGPathSegClosePath.h in Headers */ = {isa = PBXBuildFile; fileRef = B22278CC0D0…
10694 …71B782 /* SVGPathSegClosePath.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
10695 …200071B782 /* SVGPathSegClosePath.idl */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFi…
17561 B22278CC0D00BF200071B782 /* SVGPathSegClosePath.h */,
17562 B22278CD0D00BF200071B782 /* SVGPathSegClosePath.idl */,
22660 B2227A620D00BF220071B782 /* SVGPathSegClosePath.h in Headers */,