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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGElement.h43 class SVGElement;
51 typedef WillBeHeapHashSet<RawPtrWillBeMember<SVGElement> > SVGElementSet;
53 class SVGElement : public Element { class in namespace:blink
56 virtual ~SVGElement();
82 SVGElement* viewportElement() const;
103 void svgLoadEventTimerFired(Timer<SVGElement>*);
104 virtual Timer<SVGElement>* svgLoadEventTimer();
111 const WillBeHeapHashSet<RawPtrWillBeWeakMember<SVGElement> >& instancesForElement() const;
112 void mapInstanceToElement(SVGElement*);
113 void removeInstanceMapping(SVGElement*);
272 isElementOfType(const SVGElement&) argument
[all...]
H A DSVGElement.cpp26 #include "core/svg/SVGElement.h"
59 SVGElement::SVGElement(const QualifiedName& tagName, Document& document, ConstructionType constructionType) function in class:blink::SVGElement
71 SVGElement::~SVGElement()
91 void SVGElement::detach(const AttachContext& context)
94 if (SVGElement* element = correspondingElement())
98 void SVGElement::attach(const AttachContext& context)
101 if (SVGElement* element = correspondingElement())
105 short SVGElement
[all...]

Completed in 1299 milliseconds