Region 1439 Source/core/frame/FrameView.cpp Region regionToUpdate; Region 113 Source/core/page/scrolling/ScrollingCoordinator.cpp void ScrollingCoordinator::setShouldHandleScrollGestureOnMainThreadRegion(const Region& region) Region 144 Source/core/page/scrolling/ScrollingCoordinator.cpp Region shouldHandleScrollGestureOnMainThreadRegion = computeShouldHandleScrollGestureOnMainThreadRegion(m_page->mainFrame(), IntPoint()); Region 674 Source/core/page/scrolling/ScrollingCoordinator.cpp Region ScrollingCoordinator::computeShouldHandleScrollGestureOnMainThreadRegion(const LocalFrame* frame, const IntPoint& frameLocation) const Region 676 Source/core/page/scrolling/ScrollingCoordinator.cpp Region shouldHandleScrollGestureOnMainThreadRegion; Region 49 Source/core/page/scrolling/ScrollingCoordinator.h class Region; Region 114 Source/core/page/scrolling/ScrollingCoordinator.h Region computeShouldHandleScrollGestureOnMainThreadRegion(const LocalFrame*, const IntPoint& frameLocation) const; Region 145 Source/core/page/scrolling/ScrollingCoordinator.h void setShouldHandleScrollGestureOnMainThreadRegion(const Region&); Region 764 Source/core/rendering/RenderInline.cpp HitTestCulledInlinesGeneratorContext(Region& region, const HitTestLocation& location) : m_intersected(false), m_region(region), m_location(location) { } Region 773 Source/core/rendering/RenderInline.cpp Region& m_region; Region 787 Source/core/rendering/RenderInline.cpp Region regionResult; Region 39 Source/platform/geometry/Region.cpp Region::Region() Region 43 Source/platform/geometry/Region.cpp Region::Region(const IntRect& rect) Region 49 Source/platform/geometry/Region.cpp Vector<IntRect> Region::rects() const Region 68 Source/platform/geometry/Region.cpp bool Region::contains(const Region& region) const Region 76 Source/platform/geometry/Region.cpp bool Region::contains(const IntPoint& point) const Region 104 Source/platform/geometry/Region.cpp bool Region::intersects(const Region& region) const Region 112 Source/platform/geometry/Region.cpp unsigned Region::totalArea() const Region 127 Source/platform/geometry/Region.cpp bool Region::Shape::compareShapes(const Shape& aShape, const Shape& bShape) Region 210 Source/platform/geometry/Region.cpp struct Region::Shape::CompareContainsOperation { Region 217 Source/platform/geometry/Region.cpp struct Region::Shape::CompareIntersectsOperation { Region 224 Source/platform/geometry/Region.cpp Region::Shape::Shape() Region 228 Source/platform/geometry/Region.cpp Region::Shape::Shape(const IntRect& rect) Region 236 Source/platform/geometry/Region.cpp void Region::Shape::appendSpan(int y) Region 241 Source/platform/geometry/Region.cpp bool Region::Shape::canCoalesce(SegmentIterator begin, SegmentIterator end) Region 261 Source/platform/geometry/Region.cpp void Region::Shape::appendSpan(int y, SegmentIterator begin, SegmentIterator end) Region 270 Source/platform/geometry/Region.cpp void Region::Shape::appendSpans(const Shape& shape, SpanIterator begin, SpanIterator end) Region 276 Source/platform/geometry/Region.cpp void Region::Shape::appendSegment(int x) Region 281 Source/platform/geometry/Region.cpp Region::Shape::SpanIterator Region::Shape::spansBegin() const Region 286 Source/platform/geometry/Region.cpp Region::Shape::SpanIterator Region::Shape::spansEnd() const Region 291 Source/platform/geometry/Region.cpp Region::Shape::SegmentIterator Region::Shape::segmentsBegin(SpanIterator it) const Region 303 Source/platform/geometry/Region.cpp Region::Shape::SegmentIterator Region::Shape::segmentsEnd(SpanIterator it) const Region 320 Source/platform/geometry/Region.cpp void Region::Shape::dump() const Region 334 Source/platform/geometry/Region.cpp IntRect Region::Shape::bounds() const Region 371 Source/platform/geometry/Region.cpp void Region::Shape::translate(const IntSize& offset) Region 379 Source/platform/geometry/Region.cpp void Region::Shape::swap(Shape& other) Region 391 Source/platform/geometry/Region.cpp Region::Shape Region::Shape::shapeOperation(const Shape& shape1, const Shape& shape2) Region 482 Source/platform/geometry/Region.cpp struct Region::Shape::UnionOperation { Region 501 Source/platform/geometry/Region.cpp Region::Shape Region::Shape::unionShapes(const Shape& shape1, const Shape& shape2) Region 506 Source/platform/geometry/Region.cpp struct Region::Shape::IntersectOperation { Region 520 Source/platform/geometry/Region.cpp Region::Shape Region::Shape::intersectShapes(const Shape& shape1, const Shape& shape2) Region 525 Source/platform/geometry/Region.cpp struct Region::Shape::SubtractOperation { Region 526 Source/platform/geometry/Region.cpp static bool trySimpleOperation(const Shape&, const Shape&, Region::Shape&) Region 539 Source/platform/geometry/Region.cpp Region::Shape Region::Shape::subtractShapes(const Shape& shape1, const Shape& shape2) Region 545 Source/platform/geometry/Region.cpp void Region::dump() const Region 552 Source/platform/geometry/Region.cpp void Region::intersect(const Region& region) Region 568 Source/platform/geometry/Region.cpp void Region::unite(const Region& region) Region 589 Source/platform/geometry/Region.cpp void Region::subtract(const Region& region) Region 604 Source/platform/geometry/Region.cpp void Region::translate(const IntSize& offset) Region 35 Source/platform/geometry/Region.h class PLATFORM_EXPORT Region { Region 37 Source/platform/geometry/Region.h Region(); Region 38 Source/platform/geometry/Region.h Region(const IntRect&); Region 46 Source/platform/geometry/Region.h void unite(const Region&); Region 47 Source/platform/geometry/Region.h void intersect(const Region&); Region 48 Source/platform/geometry/Region.h void subtract(const Region&); Region 53 Source/platform/geometry/Region.h bool contains(const Region&) const; Region 58 Source/platform/geometry/Region.h bool intersects(const Region&) const; Region 135 Source/platform/geometry/Region.h friend bool operator==(const Region&, const Region&); Region 140 Source/platform/geometry/Region.h static inline Region intersect(const Region& a, const Region& b) Region 142 Source/platform/geometry/Region.h Region result(a); Region 148 Source/platform/geometry/Region.h static inline Region subtract(const Region& a, const Region& b) Region 150 Source/platform/geometry/Region.h Region result(a); Region 156 Source/platform/geometry/Region.h static inline Region translate(const Region& region, const IntSize& offset) Region 158 Source/platform/geometry/Region.h Region result(region); Region 164 Source/platform/geometry/Region.h inline bool operator==(const Region& a, const Region& b) Region 169 Source/platform/geometry/Region.h inline bool operator==(const Region::Shape& a, const Region::Shape& b) Region 174 Source/platform/geometry/Region.h inline bool operator==(const Region::Span& a, const Region::Span& b) Region 64 Source/platform/geometry/RegionTest.cpp Region r; Region 117 Source/platform/geometry/RegionTest.cpp Region r; Region 129 Source/platform/geometry/RegionTest.cpp Region ar = a; \ Region 130 Source/platform/geometry/RegionTest.cpp Region br = b; \ Region 137 Source/platform/geometry/RegionTest.cpp Region ar = a; \ Region 138 Source/platform/geometry/RegionTest.cpp Region br = b; \ Region 145 Source/platform/geometry/RegionTest.cpp Region r; Region 210 Source/platform/geometry/RegionTest.cpp Region r; Region 233 Source/platform/geometry/RegionTest.cpp Region ar = a; \ Region 234 Source/platform/geometry/RegionTest.cpp Region br = b; \ Region 240 Source/platform/geometry/RegionTest.cpp Region ar = a; \ Region 241 Source/platform/geometry/RegionTest.cpp Region br = b; \ Region 261 Source/platform/geometry/RegionTest.cpp Region hLines; Region 271 Source/platform/geometry/RegionTest.cpp Region vLines; Region 281 Source/platform/geometry/RegionTest.cpp Region grid; Region 312 Source/platform/geometry/RegionTest.cpp Region container; Region 317 Source/platform/geometry/RegionTest.cpp container = Region(); Region 324 Source/platform/geometry/RegionTest.cpp container = Region(); Region 330 Source/platform/geometry/RegionTest.cpp container = Region(); Region 336 Source/platform/geometry/RegionTest.cpp container = Region(); Region 341 Source/platform/geometry/RegionTest.cpp container = Region(); Region 345 Source/platform/geometry/RegionTest.cpp container = Region(); Region 349 Source/platform/geometry/RegionTest.cpp container = Region(); Region 354 Source/platform/geometry/RegionTest.cpp container = Region(); Region 359 Source/platform/geometry/RegionTest.cpp container = Region(); Region 367 Source/platform/geometry/RegionTest.cpp Region r; Region 368 Source/platform/geometry/RegionTest.cpp Region r2; Region 378 Source/platform/geometry/RegionTest.cpp EXPECT_EQ(Region(IntRect(0, 0, 100, 100)), r); Region 391 Source/platform/geometry/RegionTest.cpp EXPECT_EQ(Region(IntRect(0, 0, 500, 500)), r);