Home
last modified time | relevance | path

Searched refs:m_scrollingContentsLayer (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.cpp241 m_scrollingContentsLayer = nullptr; in destroyGraphicsLayers()
759 ASSERT(m_scrollingContentsLayer); in updateGraphicsLayerGeometry()
782 if (scrollSize != m_scrollingContentsLayer->size() || clientBoxOffsetChanged) in updateGraphicsLayerGeometry()
783 m_scrollingContentsLayer->setNeedsDisplay(); in updateGraphicsLayerGeometry()
786 …if (scrollingContentsOffset != m_scrollingContentsLayer->offsetFromRenderer() || scrollSize != m_s… in updateGraphicsLayerGeometry()
790m_scrollingContentsLayer->setPosition(-m_owningLayer->scrollableArea()->scrollOrigin()); in updateGraphicsLayerGeometry()
792 m_scrollingContentsLayer->setPosition(FloatPoint(-adjustedScrollOffset)); in updateGraphicsLayerGeometry()
795 m_scrollingContentsLayer->setSize(scrollSize); in updateGraphicsLayerGeometry()
797m_scrollingContentsLayer->setOffsetFromRenderer(scrollingContentsOffset, GraphicsLayer::DontSetNee… in updateGraphicsLayerGeometry()
800 if (m_foregroundLayer->size() != m_scrollingContentsLayer->size()) in updateGraphicsLayerGeometry()
[all …]
DCompositedLayerMapping.h114 GraphicsLayer* scrollingContentsLayer() const { return m_scrollingContentsLayer.get(); } in scrollingContentsLayer()
303 …OwnPtr<GraphicsLayer> m_scrollingContentsLayer; // Only used if the layer is using composited scro… variable