Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp1503 IntRect scrolledRect = updateRect; in scrollContentsFastPath() local
1504 scrolledRect.move(scrollDelta); in scrollContentsFastPath()
1505 updateRect.unite(scrolledRect); in scrollContentsFastPath()