Home
last modified time | relevance | path

Searched refs:SVGPathSegLinetoRel (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGPathSegLineto.h46 class SVGPathSegLinetoRel : public SVGPathSegSingleCoordinate {
48 …static PassRefPtr<SVGPathSegLinetoRel> create(SVGPathElement* element, SVGPathSegRole role, float … in create()
50 return adoptRef(new SVGPathSegLinetoRel(element, role, x, y)); in create()
54 SVGPathSegLinetoRel(SVGPathElement* element, SVGPathSegRole role, float x, float y) in SVGPathSegLinetoRel() function
DSVGPathElement.h40 class SVGPathSegLinetoRel; variable
71 …PassRefPtr<SVGPathSegLinetoRel> createSVGPathSegLinetoRel(float x, float y, SVGPathSegRole role = …
DSVGPathElement.cpp109 PassRefPtr<SVGPathSegLinetoRel> SVGPathElement::createSVGPathSegLinetoRel(float x, float y, SVGPath… in createSVGPathSegLinetoRel()
111 return SVGPathSegLinetoRel::create(this, role, x, y); in createSVGPathSegLinetoRel()
DSVGPathSegLinetoRel.idl29 interface [Conditional=SVG] SVGPathSegLinetoRel : SVGPathSeg {
DSVGPathElement.idl50 SVGPathSegLinetoRel createSVGPathSegLinetoRel(in float x,
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8SVGPathSegCustom.cpp74 return toV8(static_cast<SVGPathSegLinetoRel*>(impl)); in toV8()
/external/webkit/Source/WebCore/bindings/js/
DJSSVGPathSegCustom.cpp79 return CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, SVGPathSegLinetoRel, object); in toJS()
/external/webkit/Source/WebCore/
DDerivedSources.make465 SVGPathSegLinetoRel \
DCodeGenerators.pri477 svg/SVGPathSegLinetoRel.idl \
DCMakeLists.txt1859 svg/SVGPathSegLinetoRel.idl
DChangeLog-2006-12-3149 (WebCore::SVGPathSegLinetoRel::SVGPathSegLinetoRel):
1718 (WebCore::SVGPathSegLinetoRel::SVGPathSegLinetoRel):
1719 (WebCore::SVGPathSegLinetoRel::setX):
1720 (WebCore::SVGPathSegLinetoRel::setY):
12521 (WebCore::SVGPathSegLinetoRel::toString):
24145 * ksvg2/svg/SVGPathSegLinetoRel.idl:
35140 * ksvg2/svg/SVGPathSegLinetoRel.idl: Added.
DWebCore.gypi1535 'svg/SVGPathSegLinetoRel.idl',
DChangeLog-2005-08-233325 (SVGPathSegLinetoRel::get):
3326 (SVGPathSegLinetoRel::getInParents):
3327 (SVGPathSegLinetoRel::prototype):
3328 (SVGPathSegLinetoRel::cache):
3737 (SVGPathSegLinetoRel::getValueProperty):
3738 (SVGPathSegLinetoRel::putValueProperty):
DChangeLog-2007-10-1419519 (WebCore::SVGPathSegLinetoRel::SVGPathSegLinetoRel):
19520 (WebCore::SVGPathSegLinetoRel::setX):
19521 (WebCore::SVGPathSegLinetoRel::x):
19522 (WebCore::SVGPathSegLinetoRel::setY):
19523 (WebCore::SVGPathSegLinetoRel::y):
DChangeLog-2008-08-1017502 (WebCore::SVGPathSegLinetoRel::SVGPathSegLinetoRel):
17506 (WebCore::SVGPathSegLinetoRel::pathSegTypeAsLetter):
48054 (WebCore::SVGPathSegLinetoRel::create):
59554 SVGPathSegLinetoRel.idl
70056 * ksvg2/svg/SVGPathSegLinetoRel.idl: Removed.
DChangeLog-2010-12-069001 * svg/SVGPathSegLinetoRel.idl: Enable StrictTypeChecking.
10002 (WebCore::SVGPathSegLinetoRel::SVGPathSegLinetoRel):
10007 (WebCore::SVGPathSegLinetoRel::create):
10008 (WebCore::SVGPathSegLinetoRel::pathSegType):
10009 (WebCore::SVGPathSegLinetoRel::pathSegTypeAsLetter):
10026 * svg/SVGPathSegLinetoRel.idl:
10276 * svg/SVGPathSegLinetoRel.idl: Enable StrictTypeChecking.
DChangeLog-2006-05-109695 (WebCore::SVGPathSegLinetoRel::pathSegTypeAsLetter):
9696 (WebCore::SVGPathSegLinetoRel::toString):
/external/webkit/Source/WebCore/page/
DDOMWindow.idl679 attribute SVGPathSegLinetoRelConstructor SVGPathSegLinetoRel;
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj10713 …200071B782 /* SVGPathSegLinetoRel.idl */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFi…
17580 B22278E50D00BF200071B782 /* SVGPathSegLinetoRel.idl */,