Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DRenderLayerCompositor.cpp507 if (m_containerLayer) { in frameViewDidChangeSize()
509 m_containerLayer->setSize(frameView->unscaledVisibleContentSize()); in frameViewDidChangeSize()
556 if (m_containerLayer) in frameViewScrollbarsExistenceDidChange()
579 m_containerLayer->addChildBelow(backgroundLayer, m_scrollLayer.get()); in rootFixedBackgroundsChanged()
685 return m_containerLayer.get(); in containerLayer()
695 m_rootTransformLayer->addChild(m_containerLayer.get()); in ensureRootTransformLayer()
732 if (m_containerLayer) { in updateRootLayerPosition()
734 m_containerLayer->setSize(frameView->unscaledVisibleContentSize()); in updateRootLayerPosition()
993 ASSERT(!m_containerLayer); in ensureRootLayer()
1003 m_containerLayer = GraphicsLayer::create(graphicsLayerFactory(), this); in ensureRootLayer()
[all …]
DRenderLayerCompositor.h235 OwnPtr<GraphicsLayer> m_containerLayer; variable