Searched refs:instanceForShadowTreeElement (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGUseElement.h47 SVGElementInstance* instanceForShadowTreeElement(Node*) const;
93 SVGElementInstance* instanceForShadowTreeElement(Node* element, SVGElementInstance* instance) const;
H A DSVGUseElement.cpp854 SVGElementInstance* SVGUseElement::instanceForShadowTreeElement(Node* element) const function in class:WebCore::SVGUseElement
861 return instanceForShadowTreeElement(element, m_targetElementInstance.get());
864 SVGElementInstance* SVGUseElement::instanceForShadowTreeElement(Node* element, SVGElementInstance* instance) const function in class:WebCore::SVGUseElement
878 if (SVGElementInstance* search = instanceForShadowTreeElement(element, current))
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DEventRetargeter.h90 if (SVGElementInstance* instance = useElement->instanceForShadowTreeElement(referenceNode))
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp1903 return toSVGUseElement(shadowTreeParentElement)->instanceForShadowTreeElement(referenceNode);

Completed in 412 milliseconds