Home
last modified time | relevance | path

Searched refs:findLayerById (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorLayerTreeAgent.cpp230 static GraphicsLayer* findLayerById(GraphicsLayer* root, int layerId) in findLayerById() function
235 if (GraphicsLayer* layer = findLayerById(root->replicaLayer(), layerId)) in findLayerById()
239 if (GraphicsLayer* layer = findLayerById(root->children()[i], layerId)) in findLayerById()
259 GraphicsLayer* result = findLayerById(compositor->rootGraphicsLayer(), id); in layerById()