Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.h102 bool scrollableAreaScrollLayerDidChange(ScrollableArea*);
DScrollingCoordinator.cpp333 bool ScrollingCoordinator::scrollableAreaScrollLayerDidChange(ScrollableArea* scrollableArea) in scrollableAreaScrollLayerDidChange() function in WebCore::ScrollingCoordinator
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerCompositor.cpp1289 …scrollingCoordinatorHandlesOffset = scrollingCoordinator->scrollableAreaScrollLayerDidChange(frame… in frameViewDidScroll()
1351 return scrollingCoordinator->scrollableAreaScrollLayerDidChange(layer->scrollableArea()); in scrollingLayerDidChange()
DCompositedLayerMapping.cpp1243 … scrollingCoordinator->scrollableAreaScrollLayerDidChange(m_owningLayer->scrollableArea()); in updateScrollingLayers()
1250 … scrollingCoordinator->scrollableAreaScrollLayerDidChange(m_owningLayer->scrollableArea()); in updateScrollingLayers()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DDOMWindow.cpp404 scrollingCoordinator->scrollableAreaScrollLayerDidChange(m_frame->view()); in installNewDocument()