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 34 class SVGGraphicsElement : public SVGElement, public SVGTransformable, public SVGTests {
36 virtual ~SVGGraphicsElement();
54 SVGGraphicsElement(const QualifiedName&, Document*, ConstructionType = CreateSVGElement);
60 BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGGraphicsElement)
76 inline SVGGraphicsElement* toSVGGraphicsElement(Node* node)
80 return static_cast<SVGGraphicsElement*>(node);
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::getCTM(StyleUpdateStrategy styleUpdateStrategy)
58 AffineTransform SVGGraphicsElement::getScreenCTM(StyleUpdateStrategy styleUpdateStrategy)
63 AffineTransform SVGGraphicsElement::animatedLocalTransform() cons
    [all...]

Completed in 98 milliseconds