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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.cpp442 void GraphicsLayer::addRepaintRect(const FloatRect& repaintRect) function in class:blink::GraphicsLayer
890 addRepaintRect(m_contentsRect);
898 addRepaintRect(FloatRect(FloatPoint(), m_size));
910 addRepaintRect(rect);
H A DGraphicsLayer.h219 void addRepaintRect(const FloatRect&);
/external/chromium_org/third_party/WebKit/Source/web/
H A DLinkHighlight.cpp330 m_currentGraphicsLayer->addRepaintRect(FloatRect(layer()->position().x, layer()->position().y, layer()->bounds().width, layer()->bounds().height));

Completed in 1786 milliseconds