Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
DScrollingCoordinator.cpp385 LayerHitTestRects& compositorRects, in convertLayerRectsToEnclosingCompositedLayerRecursive() argument
411 LayerHitTestRects::iterator compIter = compositorRects.find(compositedLayer); in convertLayerRectsToEnclosingCompositedLayerRecursive()
412 if (compIter == compositorRects.end()) in convertLayerRectsToEnclosingCompositedLayerRecursive()
413 compIter = compositorRects.add(compositedLayer, Vector<LayoutRect>()).iterator; in convertLayerRectsToEnclosingCompositedLayerRecursive()
434 …ayerRectsToEnclosingCompositedLayerRecursive(childLayer, layerRects, compositorRects, geometryMap,… in convertLayerRectsToEnclosingCompositedLayerRecursive()
449 …ayerRectsToEnclosingCompositedLayerRecursive(childLayer, layerRects, compositorRects, geometryMap,… in convertLayerRectsToEnclosingCompositedLayerRecursive()
456 …tedLayer(Frame* mainFrame, const LayerHitTestRects& layerRects, LayerHitTestRects& compositorRects) in convertLayerRectsToEnclosingCompositedLayer() argument
488 …tedLayerRecursive(mainFrame->contentRenderer()->layer(), layerRects, compositorRects, geometryMap,… in convertLayerRectsToEnclosingCompositedLayer()
521 LayerHitTestRects compositorRects; in setTouchEventTargetRects() local
522 convertLayerRectsToEnclosingCompositedLayer(m_page->mainFrame(), layerRects, compositorRects); in setTouchEventTargetRects()
[all …]