Home
last modified time | relevance | path

Searched refs:nodeAtFloatPoint (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGContainer.cpp159 bool RenderSVGContainer::nodeAtFloatPoint(const HitTestRequest& request, HitTestResult& result, con… in nodeAtFloatPoint() function in WebCore::RenderSVGContainer
171 if (child->nodeAtFloatPoint(request, result, localPoint, hitTestAction)) { in nodeAtFloatPoint()
DRenderSVGHiddenContainer.cpp52 bool RenderSVGHiddenContainer::nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatP… in nodeAtFloatPoint() function in WebCore::RenderSVGHiddenContainer
DRenderSVGHiddenContainer.h50 …virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInPare…
DRenderSVGForeignObject.h52 …virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInPare…
DRenderSVGImage.h69 …virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInPare…
DRenderSVGContainer.h60 …virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInPare…
DRenderSVGPath.h66 …virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInPare…
DRenderSVGText.h57 …virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInPare…
DRenderSVGForeignObject.cpp145 bool RenderSVGForeignObject::nodeAtFloatPoint(const HitTestRequest& request, HitTestResult& result,… in nodeAtFloatPoint() function in WebCore::RenderSVGForeignObject
DRenderSVGImage.cpp147 bool RenderSVGImage::nodeAtFloatPoint(const HitTestRequest& request, HitTestResult& result, const F… in nodeAtFloatPoint() function in WebCore::RenderSVGImage
DRenderSVGText.cpp185 bool RenderSVGText::nodeAtFloatPoint(const HitTestRequest& request, HitTestResult& result, const Fl… in nodeAtFloatPoint() function in WebCore::RenderSVGText
DRenderSVGPath.cpp252 bool RenderSVGPath::nodeAtFloatPoint(const HitTestRequest& request, HitTestResult& result, const Fl… in nodeAtFloatPoint() function in WebCore::RenderSVGPath
DRenderSVGRoot.cpp334 if (child->nodeAtFloatPoint(request, result, localPoint, hitTestAction)) { in nodeAtPoint()
DRenderSVGResourceClipper.cpp320 …if (renderer->nodeAtFloatPoint(HitTestRequest(HitTestRequest::SVGClipContent), result, point, HitT… in hitTestClipContent()
/external/webkit/Source/WebCore/rendering/
DRenderObject.h383 …virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInPare…
DRenderObject.cpp2662 bool RenderObject::nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint&, HitTe… in nodeAtFloatPoint() function in WebCore::RenderObject
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1615883 Added a new nodeAtFloatPoint method which takes a FloatPoint
15887 I made all the SVG renderers use the new nodeAtFloatPoint and ASSERT_NOT_REACHED
15891 and move to nodeAtFloatPoint (possibly renamed back to nodeAtPoint), but changing them
15907 (WebCore::RenderForeignObject::nodeAtFloatPoint):
15910 (WebCore::RenderObject::nodeAtFloatPoint):
15913 (WebCore::RenderPath::nodeAtFloatPoint):
15916 (WebCore::RenderSVGContainer::nodeAtFloatPoint):
15920 (WebCore::RenderSVGHiddenContainer::nodeAtFloatPoint):
15924 (WebCore::RenderSVGImage::nodeAtFloatPoint):
15929 (WebCore::RenderSVGModelObject::nodeAtFloatPoint):
[all …]
DChangeLog-2010-12-0637685 (WebCore::RenderSVGPath::nodeAtFloatPoint):
110670 (WebCore::RenderForeignObject::nodeAtFloatPoint):
110675 (WebCore::RenderPath::nodeAtFloatPoint): Ditto.
110684 …(WebCore::RenderSVGContainer::nodeAtFloatPoint): pointInClippingArea is a static function in SVGRe…
110690 …(WebCore::RenderSVGImage::nodeAtFloatPoint): pointInClippingArea is a static function in SVGRender…
110745 …(WebCore::RenderSVGText::nodeAtFloatPoint): pointInClippingArea is a static function in SVGRenderS…
127603 (WebCore::RenderPath::nodeAtFloatPoint):
127606 (WebCore::RenderSVGContainer::nodeAtFloatPoint):
127608 (WebCore::RenderSVGImage::nodeAtFloatPoint):
127613 (WebCore::RenderSVGText::nodeAtFloatPoint):
DChangeLog-2010-01-299694 (WebCore::RenderPath::nodeAtFloatPoint):
12791 (WebCore::RenderPath::nodeAtFloatPoint):
12826 (WebCore::RenderPath::nodeAtFloatPoint):
DChangeLog-2011-02-1629762 (WebCore::RenderSVGForeignObject::nodeAtFloatPoint):
DChangeLog-2010-05-2448659 …(WebCore::RenderForeignObject::nodeAtFloatPoint): Adapt to x/y translation changes (map through lo…