Home | History | Annotate | Download | only in rendering

Lines Matching defs:RenderSVGContainer

27 #include "RenderSVGContainer.h"
37 RenderSVGContainer::RenderSVGContainer(SVGStyledElement* node)
43 bool RenderSVGContainer::drawsContents() const
48 void RenderSVGContainer::setDrawsContents(bool drawsContents)
53 void RenderSVGContainer::layout()
69 bool RenderSVGContainer::selfWillPaint() const
80 void RenderSVGContainer::paint(PaintInfo& paintInfo, int, int)
127 void RenderSVGContainer::addFocusRingRects(Vector<IntRect>& rects, int, int)
134 FloatRect RenderSVGContainer::objectBoundingBox() const
139 FloatRect RenderSVGContainer::strokeBoundingBox() const
144 // RenderSVGContainer is used for <g> elements which do not themselves have a
146 FloatRect RenderSVGContainer::repaintRectInLocalCoordinates() const
167 bool RenderSVGContainer::nodeAtFloatPoint(const HitTestRequest& request, HitTestResult& result, const FloatPoint& pointInParent, HitTestAction hitTestAction)