Home
last modified time | relevance | path

Searched refs:instanceForShadowTreeElement (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGUseElement.h48 SVGElementInstance* instanceForShadowTreeElement(Node*) const;
100 …SVGElementInstance* instanceForShadowTreeElement(Node* element, SVGElementInstance* instance) cons…
DSVGUseElement.cpp1012 SVGElementInstance* SVGUseElement::instanceForShadowTreeElement(Node* element) const in instanceForShadowTreeElement() function in WebCore::SVGUseElement
1019 return instanceForShadowTreeElement(element, m_targetElementInstance.get()); in instanceForShadowTreeElement()
1022 SVGElementInstance* SVGUseElement::instanceForShadowTreeElement(Node* element, SVGElementInstance* … in instanceForShadowTreeElement() function in WebCore::SVGUseElement
1036 if (SVGElementInstance* search = instanceForShadowTreeElement(element, current)) in instanceForShadowTreeElement()
/external/webkit/Source/WebCore/dom/
DEventDispatcher.cpp74 …tance = static_cast<SVGUseElement*>(shadowTreeParentElement)->instanceForShadowTreeElement(referen… in findElementInstance()
/external/webkit/Source/WebCore/page/
DEventHandler.cpp1920 …return static_cast<SVGUseElement*>(shadowTreeParentElement)->instanceForShadowTreeElement(referenc… in instanceAssociatedWithShadowTreeElement()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-296284 Return early SVGUseElement::instanceForShadowTreeElement if m_targetElementInstance is zero.
6293 …(WebCore::SVGUseElement::instanceForShadowTreeElement): Add ASSERT(!inDocument()) when returning 0…
8726 (WebCore::SVGUseElement::instanceForShadowTreeElement):
DChangeLog-2007-10-1458697 (WebCore::SVGUseElement::instanceForShadowTreeElement):
DChangeLog-2009-06-161900 (WebCore::SVGUseElement::instanceForShadowTreeElement):