Searched defs:SVGGraphicsElement (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGGraphicsElement.h36 class SVGGraphicsElement : public SVGElement, public SVGTests { class in namespace:blink
39 virtual ~SVGGraphicsElement();
69 AffineTransform computeCTM(SVGElement::CTMScope mode, SVGGraphicsElement::StyleUpdateStrategy,
70 const SVGGraphicsElement* ancestor = 0) const;
73 SVGGraphicsElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement);
95 DEFINE_SVGELEMENT_TYPE_CASTS_WITH_FUNCTION(SVGGraphicsElement);
H A DSVGGraphicsElement.cpp24 #include "core/svg/SVGGraphicsElement.h"
34 SVGGraphicsElement::SVGGraphicsElement(const QualifiedName& tagName, Document& document, ConstructionType constructionType) function in class:blink::SVGGraphicsElement
42 SVGGraphicsElement::~SVGGraphicsElement()
46 PassRefPtr<SVGMatrixTearOff> SVGGraphicsElement::getTransformToElement(SVGElement* target, ExceptionState& exceptionState)
70 AffineTransform SVGGraphicsElement::computeCTM(SVGElement::CTMScope mode,
71 SVGGraphicsElement::StyleUpdateStrategy styleUpdateStrategy, const SVGGraphicsElement* ancestor) const
104 AffineTransform SVGGraphicsElement
[all...]

Completed in 99 milliseconds