Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/tests/
DScrollingCoordinatorChromiumTest.cpp311 ASSERT(compositedLayerMapping->scrollingContentsLayer()); in TEST_F()
313 GraphicsLayer* graphicsLayer = compositedLayerMapping->scrollingContentsLayer(); in TEST_F()
316 WebLayer* webScrollLayer = compositedLayerMapping->scrollingContentsLayer()->platformLayer(); in TEST_F()
351 ASSERT(compositedLayerMapping->scrollingContentsLayer()); in TEST_F()
353 GraphicsLayer* graphicsLayer = compositedLayerMapping->scrollingContentsLayer(); in TEST_F()
356 WebLayer* webScrollLayer = compositedLayerMapping->scrollingContentsLayer()->platformLayer(); in TEST_F()
374 ASSERT(compositedLayerMapping->scrollingContentsLayer()); in TEST_F()
376 graphicsLayer = compositedLayerMapping->scrollingContentsLayer(); in TEST_F()
379 webScrollLayer = compositedLayerMapping->scrollingContentsLayer()->platformLayer(); in TEST_F()
/external/chromium_org/third_party/WebKit/Source/web/
DLinkHighlight.cpp134 …r->hasCompositedLayerMapping() && renderLayer->compositedLayerMapping()->scrollingContentsLayer()); in computeEnclosingCompositingLayer()
135 newGraphicsLayer = renderLayer->compositedLayerMapping()->scrollingContentsLayer(); in computeEnclosingCompositingLayer()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.h114 GraphicsLayer* scrollingContentsLayer() const { return m_scrollingContentsLayer.get(); } in scrollingContentsLayer() function
DRenderLayerScrollableArea.cpp153 …m_box->hasCompositedLayerMapping() ? m_box->compositedLayerMapping()->scrollingContentsLayer() : 0; in layerForScrolling()
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.cpp537 GraphicsLayer* graphicsLayer = compositedLayerMapping->scrollingContentsLayer(); in setTouchEventTargetRects()
552 … GraphicsLayer* graphicsLayer = (*it)->compositedLayerMapping()->scrollingContentsLayer(); in setTouchEventTargetRects()