Home
last modified time | relevance | path

Searched refs:instancesForSVGElement (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
DNode.cpp2531 static inline HashSet<SVGElementInstance*> instancesForSVGElement(Node* node) in instancesForSVGElement() function
2569 HashSet<SVGElementInstance*> instances = instancesForSVGElement(this); in addEventListener()
2614 HashSet<SVGElementInstance*> instances = instancesForSVGElement(this); in removeEventListener()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-296652 (WebCore::instancesForSVGElement):