Searched refs:nodeAtFloatPoint (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGHiddenContainer.cpp50 bool RenderSVGHiddenContainer::nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint&, HitTestAction) function in class:WebCore::RenderSVGHiddenContainer
H A DRenderSVGHiddenContainer.h48 virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction) OVERRIDE FINAL;
H A DRenderSVGForeignObject.h48 virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction) OVERRIDE;
H A DRenderSVGImage.h67 virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction) OVERRIDE;
H A DRenderSVGContainer.cpp176 bool RenderSVGContainer::nodeAtFloatPoint(const HitTestRequest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) function in class:WebCore::RenderSVGContainer
188 if (child->nodeAtFloatPoint(request, result, localPoint, hitTestAction)) {
H A DRenderSVGContainer.h69 virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction) OVERRIDE;
74 // Allow RenderSVGViewportContainer to hook in at the right times in layout(), paint() and nodeAtFloatPoint()
H A DRenderSVGText.h64 virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction) OVERRIDE;
H A DRenderSVGShape.h95 virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction) OVERRIDE FINAL;
H A DRenderSVGForeignObject.cpp170 bool RenderSVGForeignObject::nodeAtFloatPoint(const HitTestRequest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) function in class:WebCore::RenderSVGForeignObject
H A DRenderSVGImage.cpp186 bool RenderSVGImage::nodeAtFloatPoint(const HitTestRequest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) function in class:WebCore::RenderSVGImage
H A DRenderSVGResourceClipper.cpp352 if (renderer->nodeAtFloatPoint(HitTestRequest(HitTestRequest::SVGClipContent | HitTestRequest::ConfusingAndOftenMisusedDisallowShadowContent), result, point, HitTestForeground))
H A DRenderSVGRoot.cpp436 // FIXME: This should be an intersection when rect-based hit tests are supported by nodeAtFloatPoint.
441 // FIXME: nodeAtFloatPoint() doesn't handle rect-based hit tests yet.
442 if (child->nodeAtFloatPoint(request, result, localPoint, hitTestAction)) {
H A DRenderSVGShape.cpp303 bool RenderSVGShape::nodeAtFloatPoint(const HitTestRequest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) function in class:WebCore::RenderSVGShape
H A DRenderSVGText.cpp427 bool RenderSVGText::nodeAtFloatPoint(const HitTestRequest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction) function in class:WebCore::RenderSVGText
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h471 virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction);
H A DRenderObject.cpp3481 bool RenderObject::nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint&, HitTestAction) function in class:WebCore::RenderObject

Completed in 2286 milliseconds