Searched refs:checkIntersection (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGModelObject.h66 static bool checkIntersection(RenderObject*, const FloatRect&);
H A DRenderSVGModelObject.cpp176 bool RenderSVGModelObject::checkIntersection(RenderObject* renderer, const FloatRect& rect) function in class:WebCore::RenderSVGModelObject
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGSVGElement.idl64 boolean checkIntersection([Default=Undefined] optional SVGElement element,
H A DSVGSVGElement.h113 bool checkIntersection(SVGElement*, const FloatRect&) const;
H A DSVGSVGElement.cpp354 if (checkIntersection(svgElement, rect))
377 bool SVGSVGElement::checkIntersection(SVGElement* element, const FloatRect& rect) const function in class:WebCore::SVGSVGElement
381 return RenderSVGModelObject::checkIntersection(element->renderer(), rect);

Completed in 204 milliseconds