Searched refs:layerForScrolling (Results 1 – 11 of 11) sorted by relevance
105 …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()
122 return layerForScrolling() ? layerForScrolling()->parent() : 0; in layerForContainer()
230 virtual GraphicsLayer* layerForScrolling() const { return 0; } in layerForScrolling() function
128 if (!layerForScrolling()) in setScrollbarModes()130 blink::WebLayer* layer = layerForScrolling()->platformLayer(); in setScrollbarModes()
134 virtual GraphicsLayer* layerForScrolling() const OVERRIDE;
395 GraphicsLayer* PinchViewport::layerForScrolling() const in layerForScrolling() function in blink::PinchViewport
339 virtual GraphicsLayer* layerForScrolling() const OVERRIDE;
612 GraphicsLayer* FrameView::layerForScrolling() const in layerForScrolling() function in blink::FrameView
78 virtual GraphicsLayer* layerForScrolling() const OVERRIDE;
152 GraphicsLayer* RenderLayerScrollableArea::layerForScrolling() const in layerForScrolling() function in blink::RenderLayerScrollableArea
1190 …GraphicsLayer* layerForScrolling = searchRoot->scrollableArea() ? searchRoot->scrollableArea()->la… in findRenderLayerForGraphicsLayer() local1191 if (graphicsLayer == layerForScrolling) { in findRenderLayerForGraphicsLayer()