HomeSort by relevance Sort by last modified time
    Searched refs:createGraphicsLayer (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayerFactory.h 40 virtual PassOwnPtr<GraphicsLayer> createGraphicsLayer(GraphicsLayerClient*) = 0;
GraphicsLayer.cpp 104 return factory->createGraphicsLayer(client);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
GraphicsLayerFactoryChromium.h 40 virtual PassOwnPtr<WebCore::GraphicsLayer> createGraphicsLayer(WebCore::GraphicsLayerClient*) OVERRIDE;
GraphicsLayerFactoryChromium.cpp 45 PassOwnPtr<GraphicsLayer> GraphicsLayerFactoryChromium::createGraphicsLayer(GraphicsLayerClient* client)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.cpp 183 PassOwnPtr<GraphicsLayer> RenderLayerBacking::createGraphicsLayer(const String& name, CompositingReasons reasons)
209 m_graphicsLayer = createGraphicsLayer(layerName, m_owningLayer->compositingReasons());
    [all...]
RenderLayerBacking.h 184 PassOwnPtr<GraphicsLayer> createGraphicsLayer(const String& name, CompositingReasons);

Completed in 44 milliseconds