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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.cpp 348 bool SVGSVGElement::checkIntersectionOrEnclosure(const SVGElement& element, const FloatRect& rect,
349 CheckIntersectionOrEnclosure mode) const
379 SVGElement* referenceElement, CheckIntersectionOrEnclosure mode) const
396 if (checkIntersectionOrEnclosure(*element, rect, mode))
422 return checkIntersectionOrEnclosure(*element, rect->target()->value(), CheckIntersection);
430 return checkIntersectionOrEnclosure(*element, rect->target()->value(), CheckEnclosure);
SVGSVGElement.h 145 enum CheckIntersectionOrEnclosure {
150 bool checkIntersectionOrEnclosure(const SVGElement&, const FloatRect&, CheckIntersectionOrEnclosure) const;
151 PassRefPtrWillBeRawPtr<StaticNodeList> collectIntersectionOrEnclosureList(const FloatRect&, SVGElement*, CheckIntersectionOrEnclosure) const;

Completed in 151 milliseconds