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/web/tests/
GraphicsLayerTest.cpp 65 m_graphicsLayer = adoptPtr(new GraphicsLayerForTesting(&m_client));
66 m_platformLayer = m_graphicsLayer->platformLayer();
75 m_graphicsLayer.clear();
81 OwnPtr<GraphicsLayerForTesting> m_graphicsLayer;
100 m_graphicsLayer->setPreserves3D(true);
102 m_platformLayer = m_graphicsLayer->platformLayer();
109 m_graphicsLayer->setPreserves3D(false);
111 m_platformLayer = m_graphicsLayer->platformLayer();
149 m_graphicsLayer->setScrollableArea(&scrollableArea, false);
153 m_graphicsLayer->didScroll()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.h 90 GraphicsLayer* graphicsLayer() const { return m_graphicsLayer.get(); }
249 OwnPtr<GraphicsLayer> m_graphicsLayer;

Completed in 23 milliseconds