Searched refs:calculatePaintBounds (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/painting/
H A DPaintAggregator.h60 WebCore::IntRect calculatePaintBounds() const;
H A DPaintAggregator.cpp159 IntRect PaintAggregator::PendingUpdate::calculatePaintBounds() const function in class:WebKit::PaintAggregator::PendingUpdate
353 IntRect bounds = m_update.calculatePaintBounds();
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DPaintAggregatorTest.cpp83 EXPECT_EQ(expectedBounds, update.calculatePaintBounds());

Completed in 186 milliseconds