Searched refs:m_containerLayer (Results 1 – 2 of 2) sorted by relevance
507 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 …]
235 OwnPtr<GraphicsLayer> m_containerLayer; variable