HomeSort by relevance Sort by last modified time
    Searched refs:collectIntersectionOrEnclosureList (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.h 161 PassRefPtr<NodeList> collectIntersectionOrEnclosureList(const SVGRect&, SVGElement*, CollectIntersectionOrEnclosure) const;
SVGSVGElement.cpp 329 PassRefPtr<NodeList> SVGSVGElement::collectIntersectionOrEnclosureList(const SVGRect& rect, SVGElement* referenceElement, CollectIntersectionOrEnclosure collect) const
352 return collectIntersectionOrEnclosureList(rect, referenceElement, CollectIntersectionList);
357 return collectIntersectionOrEnclosureList(rect, referenceElement, CollectEnclosureList);

Completed in 30 milliseconds