Home
last modified time | relevance | path

Searched refs:previousRect (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp1481 IntRect previousRect = updateRect; in scrollContentsFastPath() local
1482 previousRect.move(scrollDelta); in scrollContentsFastPath()
1483 updateRect.unite(previousRect); in scrollContentsFastPath()