Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DClipRect.cpp33 bool ClipRect::intersects(const HitTestLocation& hitTestLocation) const in intersects()
35 return hitTestLocation.intersects(m_rect); in intersects()
DRenderLayer.cpp2645 return hitTest(request, result.hitTestLocation(), result); in hitTest()
2648 bool RenderLayer::hitTest(const HitTestRequest& request, const HitTestLocation& hitTestLocation, Hi… in hitTest() argument
2660 …RenderLayer* insideLayer = hitTestLayer(this, 0, request, result, hitTestArea, hitTestLocation, fa… in hitTest()
2666 …updateHitTestResult(result, toRenderView(renderer())->flipForWritingMode(hitTestLocation.point())); in hitTest()
2724 … const LayoutRect& hitTestRect, const HitTestLocation& hitTestLocation, in createLocalTransformState() argument
2737 …transformState = HitTestingTransformState::create(hitTestLocation.transformedPoint(), hitTestLocat… in createLocalTransformState()
2788 … const LayoutRect& hitTestRect, const HitTestLocation& hitTestLocation, bool appliedTransform, in hitTestLayer() argument
2799 …InFragments(rootLayer, containerLayer, request, result, hitTestRect, hitTestLocation, transformSta… in hitTestLayer()
2803 …ClipRectsContext clipRectsContext(rootLayer, hitTestLocation.region(), RootRelativeClipRects, Incl… in hitTestLayer()
2806 if (!clipRect.intersects(hitTestLocation)) in hitTestLayer()
[all …]
DHitTestResult.h90 const HitTestLocation& hitTestLocation() const { return m_hitTestLocation; } in hitTestLocation() function
DRenderLayerScrollableArea.cpp1137 …izerInFragments(const LayerFragments& layerFragments, const HitTestLocation& hitTestLocation) const in hitTestResizerInFragments()
1147 …ct.intersects(hitTestLocation) && resizerCornerRect(pixelSnappedIntRect(fragment.layerBounds), Res… in hitTestResizerInFragments()
DRenderImage.cpp536 HitTestResult tempResult(result.hitTestLocation()); in nodeAtPoint()
DRenderView.cpp84 return hitTest(request, result.hitTestLocation(), result); in hitTest()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGForeignObject.cpp181 HitTestLocation hitTestLocation(roundedLayoutPoint(localPoint)); in nodeAtFloatPoint() local
182 …return RenderBlock::nodeAtPoint(request, result, hitTestLocation, LayoutPoint(), HitTestForeground) in nodeAtFloatPoint()
183 || RenderBlock::nodeAtPoint(request, result, hitTestLocation, LayoutPoint(), HitTestFloat) in nodeAtFloatPoint()
184 …|| RenderBlock::nodeAtPoint(request, result, hitTestLocation, LayoutPoint(), HitTestChildBlockBack… in nodeAtFloatPoint()
DRenderSVGText.cpp453 HitTestLocation hitTestLocation(LayoutPoint(flooredIntPoint(localPoint))); in nodeAtFloatPoint() local
454 … return RenderBlock::nodeAtPoint(request, result, hitTestLocation, LayoutPoint(), hitTestAction); in nodeAtFloatPoint()