Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.cpp542 …IntRect panScrollIconDirtyRect = IntRect(panIconDirtySquareLocation, IntSize(panIconDirtySquareSiz… in scrollContents() local
543 panScrollIconDirtyRect.intersect(clipRect); in scrollContents()
544 window->invalidateContentsAndRootView(panScrollIconDirtyRect); in scrollContents()