Searched refs:layersWithRects (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/ |
D | ScrollingCoordinator.cpp | 387 HashSet<const RenderLayer*>& layersWithRects, in convertLayerRectsToEnclosingCompositedLayerRecursive() argument 432 if (layersWithRects.contains(childLayer)) { in convertLayerRectsToEnclosingCompositedLayerRecursive() 434 …LayerRecursive(childLayer, layerRects, compositorRects, geometryMap, layersWithRects, layerChildFr… in convertLayerRectsToEnclosingCompositedLayerRecursive() 445 if (layersWithRects.contains(childLayer)) { in convertLayerRectsToEnclosingCompositedLayerRecursive() 449 …LayerRecursive(childLayer, layerRects, compositorRects, geometryMap, layersWithRects, newLayerChil… in convertLayerRectsToEnclosingCompositedLayerRecursive() 465 HashSet<const RenderLayer*> layersWithRects; in convertLayerRectsToEnclosingCompositedLayer() local 469 if (!layersWithRects.add(layer).isNewEntry) in convertLayerRectsToEnclosingCompositedLayer() 488 …ontentRenderer()->layer(), layerRects, compositorRects, geometryMap, layersWithRects, layerChildFr… in convertLayerRectsToEnclosingCompositedLayer()
|