Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSVGElement.cpp329 PassRefPtr<NodeList> SVGSVGElement::collectIntersectionOrEnclosureList(const SVGRect& rect, SVGElem… in collectIntersectionOrEnclosureList() function in WebCore::SVGSVGElement
352 return collectIntersectionOrEnclosureList(rect, referenceElement, CollectIntersectionList); in getIntersectionList()
357 return collectIntersectionOrEnclosureList(rect, referenceElement, CollectEnclosureList); in getEnclosureList()
DSVGSVGElement.h161 …PassRefPtr<NodeList> collectIntersectionOrEnclosureList(const SVGRect&, SVGElement*, CollectInters…