Searched refs:newHitTestLocation (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderPart.cpp | 125 HitTestLocation newHitTestLocation(locationInContainer, -adjustedLocation - contentOffset); in nodeAtPoint() local 127 HitTestResult childFrameResult(newHitTestLocation); in nodeAtPoint() 129 …bool isInsideChildFrame = childRoot->hitTest(newHitTestRequest, newHitTestLocation, childFrameResu… in nodeAtPoint() 131 if (newHitTestLocation.isRectBasedTest()) in nodeAtPoint() 143 … Scrollbar* frameScrollbar = childFrameView->scrollbarAtPoint(newHitTestLocation.roundedPoint()); in nodeAtPoint()
|
D | RenderLayer.cpp | 3024 HitTestLocation newHitTestLocation; in hitTestLayerByApplyingTransform() local 3026 newHitTestLocation = HitTestLocation(localPoint, localPointQuad); in hitTestLayerByApplyingTransform() 3028 newHitTestLocation = HitTestLocation(localPoint); in hitTestLayerByApplyingTransform() 3031 …return hitTestLayer(this, containerLayer, request, result, localHitTestRect, newHitTestLocation, t… in hitTestLayerByApplyingTransform() 3200 HitTestLocation newHitTestLocation; in hitTestChildLayerColumns() local 3202 newHitTestLocation = HitTestLocation(localPoint, localPointQuad); in hitTestChildLayerColumns() 3204 newHitTestLocation = HitTestLocation(localPoint); in hitTestChildLayerColumns() 3207 …s(childLayer, columnLayers[columnIndex - 1], request, result, localHitTestRect, newHitTestLocation, in hitTestChildLayerColumns()
|
D | RenderFlowThread.cpp | 344 HitTestLocation newHitTestLocation(locationInContainer, -renderFlowThreadOffset, region); in hitTestFlowThreadPortionInRegion() local 346 bool isPointInsideFlowThread = layer()->hitTest(newRequest, newHitTestLocation, result); in hitTestFlowThreadPortionInRegion()
|