Searched refs:m_graphicsLayer (Results 1 – 3 of 3) sorted by relevance
93 m_graphicsLayer = GraphicsLayer::create(this); in createGraphicsLayer()98 m_graphicsLayer->setName("Document Node"); in createGraphicsLayer()101 …m_graphicsLayer->setName(renderer()->renderName() + String(" ") + static_cast<HTMLElement*>(render… in createGraphicsLayer()103 m_graphicsLayer->setName(renderer()->renderName()); in createGraphicsLayer()106 m_graphicsLayer->setName("Reflection"); in createGraphicsLayer()108 m_graphicsLayer->setName("Anonymous Node"); in createGraphicsLayer()117 if (m_graphicsLayer) in destroyGraphicsLayer()118 m_graphicsLayer->removeFromParent(); in destroyGraphicsLayer()120 m_graphicsLayer = 0; in destroyGraphicsLayer()128 m_graphicsLayer->setOpacity(compositingOpacity(style->opacity())); in updateLayerOpacity()[all …]
66 GraphicsLayer* graphicsLayer() const { return m_graphicsLayer.get(); } in graphicsLayer()81 …entForSublayers() const { return m_clippingLayer ? m_clippingLayer.get() : m_graphicsLayer.get(); } in parentForSublayers()82 …) const { return m_ancestorClippingLayer ? m_ancestorClippingLayer.get() : m_graphicsLayer.get(); } in childForSuperlayers()175 OwnPtr<GraphicsLayer> m_graphicsLayer; variable
95 WebCore::GraphicsLayerCA* m_graphicsLayer; field108 if (!m_graphicsLayer)112 m_graphicsLayer->client()->notifyAnimationStarted(m_graphicsLayer, startTime);117 return m_graphicsLayer;122 m_graphicsLayer = graphicsLayer;