intersects         33 Source/core/rendering/ClipRect.cpp bool ClipRect::intersects(const HitTestLocation& hitTestLocation) const
intersects        146 Source/core/rendering/HitTestLocation.cpp bool HitTestLocation::intersects(const LayoutRect& rect) const
intersects        151 Source/core/rendering/HitTestLocation.cpp bool HitTestLocation::intersects(const FloatRect& rect) const
intersects        156 Source/core/rendering/HitTestLocation.cpp bool HitTestLocation::intersects(const RoundedRect& rect) const
intersects         65 Source/platform/geometry/FloatRect.cpp bool FloatRect::intersects(const FloatRect& other) const
intersects         49 Source/platform/geometry/IntRect.cpp bool IntRect::intersects(const IntRect& other) const
intersects         46 Source/platform/geometry/LayoutRect.cpp bool LayoutRect::intersects(const LayoutRect& other) const
intersects        104 Source/platform/geometry/Region.cpp bool Region::intersects(const Region& region) const