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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGSVGElement.h161 PassRefPtr<NodeList> collectIntersectionOrEnclosureList(const SVGRect&, SVGElement*, CollectIntersectionOrEnclosure) const;
H A DSVGSVGElement.cpp329 PassRefPtr<NodeList> SVGSVGElement::collectIntersectionOrEnclosureList(const SVGRect& rect, SVGElement* referenceElement, CollectIntersectionOrEnclosure collect) const function in class:WebCore::SVGSVGElement
352 return collectIntersectionOrEnclosureList(rect, referenceElement, CollectIntersectionList);
357 return collectIntersectionOrEnclosureList(rect, referenceElement, CollectEnclosureList);

Completed in 83 milliseconds