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

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGSVGElement.cpp346 bool SVGSVGElement::checkIntersectionOrEnclosure(const SVGElement& element, const FloatRect& rect, function in class:blink::SVGSVGElement
394 if (checkIntersectionOrEnclosure(*element, rect, mode))
420 return checkIntersectionOrEnclosure(*element, rect->target()->value(), CheckIntersection);
428 return checkIntersectionOrEnclosure(*element, rect->target()->value(), CheckEnclosure);
H A DSVGSVGElement.h151 bool checkIntersectionOrEnclosure(const SVGElement&, const FloatRect&, CheckIntersectionOrEnclosure) const;

Completed in 992 milliseconds