Lines Matching refs:tempResult
2629 HitTestResult tempResult(result.point()); in hitTestLayer() local
2630 …Layer = m_posZOrderList->at(i)->hitTestLayer(rootLayer, this, request, tempResult, hitTestRect, hi… in hitTestLayer()
2632 result = tempResult; in hitTestLayer()
2645 HitTestResult tempResult(result.point()); in hitTestLayer() local
2646 …RenderLayer* hitLayer = currLayer->hitTestLayer(rootLayer, this, request, tempResult, hitTestRect,… in hitTestLayer()
2648 result = tempResult; in hitTestLayer()
2660 HitTestResult tempResult(result.point()); in hitTestLayer() local
2661 if (hitTestContents(request, tempResult, layerBounds, hitTestPoint, HitTestDescendants) && in hitTestLayer()
2663 result = tempResult; in hitTestLayer()
2674 HitTestResult tempResult(result.point()); in hitTestLayer() local
2675 …Layer = m_negZOrderList->at(i)->hitTestLayer(rootLayer, this, request, tempResult, hitTestRect, hi… in hitTestLayer()
2677 result = tempResult; in hitTestLayer()
2691 HitTestResult tempResult(result.point()); in hitTestLayer() local
2692 if (hitTestContents(request, tempResult, layerBounds, hitTestPoint, HitTestSelf) && in hitTestLayer()
2694 result = tempResult; in hitTestLayer()