Searched refs:scrollingContentsLayer (Results 1 – 5 of 5) sorted by relevance
311 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()
134 …r->hasCompositedLayerMapping() && renderLayer->compositedLayerMapping()->scrollingContentsLayer()); in computeEnclosingCompositingLayer()135 newGraphicsLayer = renderLayer->compositedLayerMapping()->scrollingContentsLayer(); in computeEnclosingCompositingLayer()
114 GraphicsLayer* scrollingContentsLayer() const { return m_scrollingContentsLayer.get(); } in scrollingContentsLayer() function
153 …m_box->hasCompositedLayerMapping() ? m_box->compositedLayerMapping()->scrollingContentsLayer() : 0; in layerForScrolling()
537 GraphicsLayer* graphicsLayer = compositedLayerMapping->scrollingContentsLayer(); in setTouchEventTargetRects()552 … GraphicsLayer* graphicsLayer = (*it)->compositedLayerMapping()->scrollingContentsLayer(); in setTouchEventTargetRects()