Home | History | Annotate | Download | only in scrolling

Lines Matching refs:LayerHitTestRects

413     const LayerHitTestRects& layerRects,
420 LayerHitTestRects::const_iterator layerIter = layerRects.find(curLayer);
479 static void projectRectsToGraphicsLayerSpace(LocalFrame* mainFrame, const LayerHitTestRects& layerRects, GraphicsLayerHitTestRects& graphicsRects)
489 for (LayerHitTestRects::const_iterator layerIter = layerRects.begin(); layerIter != layerRects.end(); ++layerIter) {
523 LayerHitTestRects touchEventTargetRects;
547 void ScrollingCoordinator::setTouchEventTargetRects(LayerHitTestRects& layerRects)
554 for (LayerHitTestRects::iterator it = layerRects.begin(); it != layerRects.end(); ++it) {
747 static void accumulateDocumentTouchEventTargetRects(LayerHitTestRects& rects, const Document* document)
818 void ScrollingCoordinator::computeTouchEventTargetRects(LayerHitTestRects& rects)