HomeSort by relevance Sort by last modified time
    Searched defs:m_graphicsLayer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerTest.cpp 69 m_graphicsLayer = adoptPtr(new GraphicsLayerForTesting(&m_client));
70 m_clipLayer->addChild(m_graphicsLayer.get());
71 m_graphicsLayer->platformLayer()->setScrollClipLayer(
73 m_platformLayer = m_graphicsLayer->platformLayer();
78 m_clipLayer->platformLayer(), m_graphicsLayer->platformLayer(), 0);
84 m_graphicsLayer.clear();
90 OwnPtr<GraphicsLayerForTesting> m_graphicsLayer;
110 m_graphicsLayer->setShouldFlattenTransform(false);
112 m_platformLayer = m_graphicsLayer->platformLayer();
119 m_graphicsLayer->setShouldFlattenTransform(true)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.h 101 GraphicsLayer* mainGraphicsLayer() const { return m_graphicsLayer.get(); }
320 // + m_graphicsLayer
333 // + A = m_graphicsLayer
339 // + m_graphicsLayer
346 OwnPtr<GraphicsLayer> m_graphicsLayer;
354 // the layers above. It's added to m_graphicsLayer as its mask layer (naturally) if
393 // + m_graphicsLayer
399 // + m_graphicsLayer

Completed in 50 milliseconds