Searched refs:hitTestLocation (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | ClipRect.cpp | 33 bool ClipRect::intersects(const HitTestLocation& hitTestLocation) const in intersects() 35 return hitTestLocation.intersects(m_rect); in intersects()
|
D | RenderLayer.cpp | 2645 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 …]
|
D | HitTestResult.h | 90 const HitTestLocation& hitTestLocation() const { return m_hitTestLocation; } in hitTestLocation() function
|
D | RenderLayerScrollableArea.cpp | 1137 …izerInFragments(const LayerFragments& layerFragments, const HitTestLocation& hitTestLocation) const in hitTestResizerInFragments() 1147 …ct.intersects(hitTestLocation) && resizerCornerRect(pixelSnappedIntRect(fragment.layerBounds), Res… in hitTestResizerInFragments()
|
D | RenderImage.cpp | 536 HitTestResult tempResult(result.hitTestLocation()); in nodeAtPoint()
|
D | RenderView.cpp | 84 return hitTest(request, result.hitTestLocation(), result); in hitTest()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGForeignObject.cpp | 181 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()
|
D | RenderSVGText.cpp | 453 HitTestLocation hitTestLocation(LayoutPoint(flooredIntPoint(localPoint))); in nodeAtFloatPoint() local 454 … return RenderBlock::nodeAtPoint(request, result, hitTestLocation, LayoutPoint(), hitTestAction); in nodeAtFloatPoint()
|