Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.cpp105 …Layer* scrollLayer = toWebLayer(m_page->deprecatedLocalMainFrame()->view()->layerForScrolling())) { in setShouldHandleScrollGestureOnMainThreadRegion()
160 if (WebLayer* scrollingWebLayer = frameView ? toWebLayer(frameView->layerForScrolling()) : 0) { in updateAfterCompositingChangeIfNeeded()
174 if (WebLayer* scrollLayer = toWebLayer(toLocalFrame(child)->view()->layerForScrolling())) in updateAfterCompositingChangeIfNeeded()
342 WebLayer* scrollLayer = toWebLayer(scrollableArea->layerForScrolling()); in scrollableAreaScrollbarLayerDidChange()
351 GraphicsLayer* scrollLayer = scrollableArea->layerForScrolling(); in scrollableAreaScrollLayerDidChange()
361 WebLayer* webLayer = toWebLayer(scrollableArea->layerForScrolling()); in scrollableAreaScrollLayerDidChange()
630 …Layer* scrollLayer = toWebLayer(m_page->deprecatedLocalMainFrame()->view()->layerForScrolling())) { in updateHaveWheelEventHandlers()
646 …Layer* scrollLayer = toWebLayer(m_page->deprecatedLocalMainFrame()->view()->layerForScrolling())) { in updateHaveScrollEventHandlers()
656 …Layer* scrollLayer = toWebLayer(m_page->deprecatedLocalMainFrame()->view()->layerForScrolling())) { in setShouldUpdateScrollLayerPositionOnMainThread()
983 if (WebLayer* scrollLayer = frameView ? toWebLayer(frameView->layerForScrolling()) : 0) in frameViewIsDirty()
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollableArea.cpp122 return layerForScrolling() ? layerForScrolling()->parent() : 0; in layerForContainer()
DScrollableArea.h230 virtual GraphicsLayer* layerForScrolling() const { return 0; } in layerForScrolling() function
DScrollView.cpp128 if (!layerForScrolling()) in setScrollbarModes()
130 blink::WebLayer* layer = layerForScrolling()->platformLayer(); in setScrollbarModes()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DPinchViewport.h134 virtual GraphicsLayer* layerForScrolling() const OVERRIDE;
DPinchViewport.cpp395 GraphicsLayer* PinchViewport::layerForScrolling() const in layerForScrolling() function in blink::PinchViewport
DFrameView.h339 virtual GraphicsLayer* layerForScrolling() const OVERRIDE;
DFrameView.cpp612 GraphicsLayer* FrameView::layerForScrolling() const in layerForScrolling() function in blink::FrameView
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayerScrollableArea.h78 virtual GraphicsLayer* layerForScrolling() const OVERRIDE;
DRenderLayerScrollableArea.cpp152 GraphicsLayer* RenderLayerScrollableArea::layerForScrolling() const in layerForScrolling() function in blink::RenderLayerScrollableArea
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp1190 …GraphicsLayer* layerForScrolling = searchRoot->scrollableArea() ? searchRoot->scrollableArea()->la… in findRenderLayerForGraphicsLayer() local
1191 if (graphicsLayer == layerForScrolling) { in findRenderLayerForGraphicsLayer()