HomeSort by relevance Sort by last modified time
    Searched full:m_graphicslayer (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/rendering/
RenderLayerBacking.cpp 93 m_graphicsLayer = GraphicsLayer::create(this);
98 m_graphicsLayer->setName("Document Node");
101 m_graphicsLayer->setName(renderer()->renderName() + String(" ") + static_cast<HTMLElement*>(renderer()->node())->getIDAttribute());
103 m_graphicsLayer->setName(renderer()->renderName());
106 m_graphicsLayer->setName("Reflection");
108 m_graphicsLayer->setName("Anonymous Node");
117 if (m_graphicsLayer)
118 m_graphicsLayer->removeFromParent();
120 m_graphicsLayer = 0;
128 m_graphicsLayer->setOpacity(compositingOpacity(style->opacity()))
    [all...]
RenderLayerBacking.h 66 GraphicsLayer* graphicsLayer() const { return m_graphicsLayer.get(); }
81 GraphicsLayer* parentForSublayers() const { return m_clippingLayer ? m_clippingLayer.get() : m_graphicsLayer.get(); }
82 GraphicsLayer* childForSuperlayers() const { return m_ancestorClippingLayer ? m_ancestorClippingLayer.get() : m_graphicsLayer.get(); }
175 OwnPtr<GraphicsLayer> m_graphicsLayer;
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm 95 WebCore::GraphicsLayerCA* m_graphicsLayer;
108 if (!m_graphicsLayer)
112 m_graphicsLayer->client()->notifyAnimationStarted(m_graphicsLayer, startTime);
117 return m_graphicsLayer;
122 m_graphicsLayer = graphicsLayer;
    [all...]

Completed in 107 milliseconds