Searched refs:GraphicsLayerActorList (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DGraphicsLayerActor.h96 void graphicsLayerActorSetSublayers(GraphicsLayerActor*, WebCore::GraphicsLayerActorList&);
H A DGraphicsLayerClutter.h52 typedef Vector<GRefPtr<GraphicsLayerActor> > GraphicsLayerActorList; typedef in namespace:WebCore
H A DGraphicsLayerClutter.cpp836 GraphicsLayerActorList structuralLayerChildren;
837 GraphicsLayerActorList primaryLayerChildren;
839 GraphicsLayerActorList& childListForSublayers = m_structuralLayer ? structuralLayerChildren : primaryLayerChildren;
H A DGraphicsLayerActor.cpp347 void graphicsLayerActorSetSublayers(GraphicsLayerActor* layer, GraphicsLayerActorList& subLayers)

Completed in 121 milliseconds