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 151 PassRefPtrWillBeRawPtr<StaticNodeList> collectIntersectionOrEnclosureList(const FloatRect&, SVGElement*, CheckIntersectionOrEnclosure) const;
SVGSVGElement.cpp 378 PassRefPtrWillBeRawPtr<StaticNodeList> SVGSVGElement::collectIntersectionOrEnclosureList(const FloatRect& rect,
407 return collectIntersectionOrEnclosureList(rect->target()->value(), referenceElement, CheckIntersection);
414 return collectIntersectionOrEnclosureList(rect->target()->value(), referenceElement, CheckEnclosure);

Completed in 50 milliseconds