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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.h 98 void gatherGraphicsLayers(GraphicsLayer*, HashMap<int, int>& layerIdToNodeIdMap, RefPtr<TypeBuilder::Array<TypeBuilder::LayerTree::Layer> >&);
InspectorLayerTreeAgent.cpp 224 gatherGraphicsLayers(compositor->rootGraphicsLayer(), layerIdToNodeIdMap, layers);
247 void InspectorLayerTreeAgent::gatherGraphicsLayers(GraphicsLayer* root, HashMap<int, int>& layerIdToNodeIdMap, RefPtr<TypeBuilder::Array<TypeBuilder::LayerTree::Layer> >& layers)
254 gatherGraphicsLayers(replica, layerIdToNodeIdMap, layers);
256 gatherGraphicsLayers(root->children()[i], layerIdToNodeIdMap, layers);

Completed in 38 milliseconds