Home
last modified time | relevance | path

Searched defs:exposeRect (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderLayer.cpp1301 …IntRect exposeRect = IntRect(rect.x() + scrollXOffset(), rect.y() + scrollYOffset(), rect.width(),… in scrollRectToVisible() local
1353 IntRect RenderLayer::getRectToExpose(const IntRect &visibleRect, const IntRect &exposeRect, const S… in getRectToExpose()