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

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

Completed in 80 milliseconds