HomeSort by relevance Sort by last modified time
    Searched full:calculatescrolldamage (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/tests/
PaintAggregatorTest.cpp 131 IntRect resultingDamage = update.calculateScrollDamage();
160 IntRect resultingDamage = update.calculateScrollDamage();
466 EXPECT_EQ(expectedScrollDamage, update.calculateScrollDamage());
490 EXPECT_EQ(expectedScrollDamage, update.calculateScrollDamage());
  /external/chromium_org/third_party/WebKit/Source/web/painting/
PaintAggregator.h 57 WebCore::IntRect calculateScrollDamage() const;
PaintAggregator.cpp 122 IntRect PaintAggregator::PendingUpdate::calculateScrollDamage() const
224 subtractIntersection(rect, m_update.calculateScrollDamage());
303 return subtractIntersection(result, m_update.calculateScrollDamage());

Completed in 2092 milliseconds