HomeSort by relevance Sort by last modified time
    Searched defs:SVGGraphicsElement (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGraphicsElement.h 33 class SVGGraphicsElement : public SVGElement, public SVGTests {
35 virtual ~SVGGraphicsElement();
57 SVGGraphicsElement(const QualifiedName&, Document&, ConstructionType = CreateSVGElement);
63 BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGGraphicsElement)
84 DEFINE_NODE_TYPE_CASTS_WITH_FUNCTION(SVGGraphicsElement);
SVGGraphicsElement.cpp 23 #include "core/svg/SVGGraphicsElement.h"
35 DEFINE_ANIMATED_TRANSFORM_LIST(SVGGraphicsElement, SVGNames::transformAttr, Transform, transform)
37 BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGGraphicsElement)
43 SVGGraphicsElement::SVGGraphicsElement(const QualifiedName& tagName, Document& document, ConstructionType constructionType)
49 SVGGraphicsElement::~SVGGraphicsElement()
53 AffineTransform SVGGraphicsElement::getTransformToElement(SVGElement* target, ExceptionState& exceptionState)
69 static AffineTransform computeCTM(SVGGraphicsElement* element, SVGElement::CTMScope mode, SVGGraphicsElement::StyleUpdateStrategy styleUpdateStrategy
    [all...]

Completed in 51 milliseconds