Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.h114 …Region computeShouldHandleScrollGestureOnMainThreadRegion(const Frame*, const IntPoint& frameLocat…
DScrollingCoordinator.cpp145 …gion shouldHandleScrollGestureOnMainThreadRegion = computeShouldHandleScrollGestureOnMainThreadReg… in updateAfterCompositingChange()
642 Region ScrollingCoordinator::computeShouldHandleScrollGestureOnMainThreadRegion(const Frame* frame,… in computeShouldHandleScrollGestureOnMainThreadRegion() function in WebCore::ScrollingCoordinator
691 …shouldHandleScrollGestureOnMainThreadRegion.unite(computeShouldHandleScrollGestureOnMainThreadRegi… in computeShouldHandleScrollGestureOnMainThreadRegion()
/external/chromium_org/third_party/WebKit/Source/core/page/
DPage.cpp196 …rects = scrollingCoordinator->computeShouldHandleScrollGestureOnMainThreadRegion(frame, IntPoint()… in nonFastScrollableRects()