/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGPathSegClosePath.h | 30 static PassRefPtr<SVGPathSegClosePath> create(SVGPathElement* element, SVGPathSegRole role) 36 SVGPathSegClosePath(SVGPathElement* element, SVGPathSegRole role)
|
SVGPathElement.cpp | 23 #include "core/svg/SVGPathElement.h" 56 const SVGPropertyInfo* SVGPathElement::dPropertyInfo() 64 &SVGPathElement::synchronizeD, 65 &SVGPathElement::lookupOrCreateDWrapper); 71 DEFINE_ANIMATED_NUMBER(SVGPathElement, SVGNames::pathLengthAttr, PathLength, pathLength) 72 DEFINE_ANIMATED_BOOLEAN(SVGPathElement, SVGNames::externalResourcesRequiredAttr, ExternalResourcesRequired, externalResourcesRequired) 74 BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGPathElement) 81 inline SVGPathElement::SVGPathElement(const QualifiedName& tagName, Document* document) 92 PassRefPtr<SVGPathElement> SVGPathElement::create(const QualifiedName& tagName, Document* document [all...] |
SVGPathSegWithContext.h | 29 SVGPathSegWithContext(SVGPathElement* element, SVGPathSegRole role) 41 return SVGAnimatedProperty::lookupWrapper<SVGPathElement, SVGAnimatedPathSegListPropertyTearOff>(m_element.get(), SVGPathElement::dPropertyInfo()); 50 SVGPathElement* contextElement() const { return m_element.get(); } 53 void setContextAndRole(SVGPathElement* element, SVGPathSegRole role) 73 RefPtr<SVGPathElement> m_element; 93 SVGPathSegSingleCoordinate(SVGPathElement* element, SVGPathSegRole role, float x, float y)
|
SVGPathSegCurvetoQuadraticSmoothAbs.h | 31 static PassRefPtr<SVGPathSegCurvetoQuadraticSmoothAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y) 37 SVGPathSegCurvetoQuadraticSmoothAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y)
|
SVGPathSegCurvetoQuadraticSmoothRel.h | 31 static PassRefPtr<SVGPathSegCurvetoQuadraticSmoothRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y) 37 SVGPathSegCurvetoQuadraticSmoothRel(SVGPathElement* element, SVGPathSegRole role, float x, float y)
|
SVGPathSegLinetoAbs.h | 31 static PassRefPtr<SVGPathSegLinetoAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y) 37 SVGPathSegLinetoAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y)
|
SVGPathSegLinetoHorizontalAbs.h | 31 static PassRefPtr<SVGPathSegLinetoHorizontalAbs> create(SVGPathElement* element, SVGPathSegRole role, float x) 37 SVGPathSegLinetoHorizontalAbs(SVGPathElement* element, SVGPathSegRole role, float x)
|
SVGPathSegLinetoHorizontalRel.h | 31 static PassRefPtr<SVGPathSegLinetoHorizontalRel> create(SVGPathElement* element, SVGPathSegRole role, float x) 37 SVGPathSegLinetoHorizontalRel(SVGPathElement* element, SVGPathSegRole role, float x)
|
SVGPathSegLinetoRel.h | 31 static PassRefPtr<SVGPathSegLinetoRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y) 37 SVGPathSegLinetoRel(SVGPathElement* element, SVGPathSegRole role, float x, float y)
|
SVGPathSegLinetoVerticalAbs.h | 31 static PassRefPtr<SVGPathSegLinetoVerticalAbs> create(SVGPathElement* element, SVGPathSegRole role, float y) 37 SVGPathSegLinetoVerticalAbs(SVGPathElement* element, SVGPathSegRole role, float y)
|
SVGPathSegLinetoVerticalRel.h | 31 static PassRefPtr<SVGPathSegLinetoVerticalRel> create(SVGPathElement* element, SVGPathSegRole role, float y) 37 SVGPathSegLinetoVerticalRel(SVGPathElement* element, SVGPathSegRole role, float y)
|
SVGPathSegMovetoAbs.h | 31 static PassRefPtr<SVGPathSegMovetoAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y) 37 SVGPathSegMovetoAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y)
|
SVGPathSegMovetoRel.h | 31 static PassRefPtr<SVGPathSegMovetoRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y) 37 SVGPathSegMovetoRel(SVGPathElement* element, SVGPathSegRole role, float x, float y)
|
SVGPathSegListBuilder.h | 33 class SVGPathElement; 39 void setCurrentSVGPathElement(SVGPathElement* pathElement) { m_pathElement = pathElement; } 67 SVGPathElement* m_pathElement;
|
SVGPathSegCurvetoCubicAbs.h | 31 static PassRefPtr<SVGPathSegCurvetoCubicAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) 37 SVGPathSegCurvetoCubicAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2)
|
SVGPathSegCurvetoCubicRel.h | 31 static PassRefPtr<SVGPathSegCurvetoCubicRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) 37 SVGPathSegCurvetoCubicRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2)
|
SVGPathSegCurvetoCubicSmoothAbs.h | 31 static PassRefPtr<SVGPathSegCurvetoCubicSmoothAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) 37 SVGPathSegCurvetoCubicSmoothAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2)
|
SVGPathSegCurvetoCubicSmoothRel.h | 31 static PassRefPtr<SVGPathSegCurvetoCubicSmoothRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2) 37 SVGPathSegCurvetoCubicSmoothRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x2, float y2)
|
SVGPathSegCurvetoQuadraticAbs.h | 31 static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) 37 SVGPathSegCurvetoQuadraticAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1)
|
SVGPathSegCurvetoQuadraticRel.h | 31 static PassRefPtr<SVGPathSegCurvetoQuadraticRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) 37 SVGPathSegCurvetoQuadraticRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1)
|
SVGPathSegLinetoHorizontal.h | 30 SVGPathSegLinetoHorizontal(SVGPathElement* element, SVGPathSegRole role, float x)
|
SVGPathSegLinetoVertical.h | 30 SVGPathSegLinetoVertical(SVGPathElement* element, SVGPathSegRole role, float y)
|
SVGMPathElement.h | 32 class SVGPathElement; 42 SVGPathElement* pathElement();
|
SVGPathSegArcAbs.h | 31 static PassRefPtr<SVGPathSegArcAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag) 37 SVGPathSegArcAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag)
|
SVGPathSegArcRel.h | 31 static PassRefPtr<SVGPathSegArcRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag) 37 SVGPathSegArcRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag)
|