Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.cpp411 LayerHitTestRects::iterator compIter = compositorRects.find(compositedLayer); in convertLayerRectsToEnclosingCompositedLayerRecursive() local
412 if (compIter == compositorRects.end()) in convertLayerRectsToEnclosingCompositedLayerRecursive()
413 compIter = compositorRects.add(compositedLayer, Vector<LayoutRect>()).iterator; in convertLayerRectsToEnclosingCompositedLayerRecursive()
426 compIter->value.append(rect); in convertLayerRectsToEnclosingCompositedLayerRecursive()