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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.h 49 class SVGElement : public Element, public SVGLangSpace {
51 static PassRefPtr<SVGElement> create(const QualifiedName&, Document*);
52 virtual ~SVGElement();
72 SVGElement* viewportElement() const;
91 void svgLoadEventTimerFired(Timer<SVGElement>*);
92 virtual Timer<SVGElement>* svgLoadEventTimer();
107 SVGElement* correspondingElement();
108 void setCorrespondingElement(SVGElement*);
114 static void synchronizeRequiredFeatures(SVGElement* contextElement);
115 static void synchronizeRequiredExtensions(SVGElement* contextElement)
    [all...]
SVGElement.cpp 26 #include "core/svg/SVGElement.h"
54 DEFINE_ANIMATED_STRING(SVGElement, HTMLNames::classAttr, ClassName, className)
56 BEGIN_REGISTER_ANIMATED_PROPERTIES(SVGElement)
73 SVGElement::SVGElement(const QualifiedName& tagName, Document* document, ConstructionType constructionType)
81 PassRefPtr<SVGElement> SVGElement::create(const QualifiedName& tagName, Document* document)
83 return adoptRef(new SVGElement(tagName, document));
86 SVGElement::~SVGElement()
    [all...]

Completed in 1690 milliseconds