Home
last modified time | relevance | path

Searched refs:m_graphicsLayer (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp105 m_graphicsLayer = GraphicsLayer::create(this); in createGraphicsLayer()
108 m_graphicsLayer->setName(nameForLayer()); in createGraphicsLayer()
114 m_graphicsLayer->setContentsScale(frame->pageScaleFactor()); in createGraphicsLayer()
123 if (m_graphicsLayer) in destroyGraphicsLayer()
124 m_graphicsLayer->removeFromParent(); in destroyGraphicsLayer()
126 m_graphicsLayer = 0; in destroyGraphicsLayer()
134 m_graphicsLayer->setOpacity(compositingOpacity(style->opacity())); in updateLayerOpacity()
147 m_graphicsLayer->setTransform(t); in updateLayerTransform()
277 m_graphicsLayer->setMaskLayer(m_maskLayer.get()); in updateGraphicsLayerConfiguration()
282 m_graphicsLayer->setReplicatedByLayer(reflectionLayer); in updateGraphicsLayerConfiguration()
[all …]
DRenderLayerBacking.h77 GraphicsLayer* graphicsLayer() const { return m_graphicsLayer.get(); } in graphicsLayer()
92 …entForSublayers() const { return m_clippingLayer ? m_clippingLayer.get() : m_graphicsLayer.get(); } in parentForSublayers()
93 …) const { return m_ancestorClippingLayer ? m_ancestorClippingLayer.get() : m_graphicsLayer.get(); } in childForSuperlayers()
205 OwnPtr<GraphicsLayer> m_graphicsLayer; variable
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0646917 (-[WebAnimationDelegate animationDidStart:]): Just call m_graphicsLayer->animationDidStart()