Searched refs:isOverflowHidden (Results 1 – 5 of 5) sorted by relevance
53 if (SVGRenderSupport::isOverflowHidden(this)) in applyViewportClip()144 if (!SVGRenderSupport::isOverflowHidden(this)) in pointIsInsideViewportClip()
58 if (SVGRenderSupport::isOverflowHidden(this)) in paint()177 if (SVGRenderSupport::isOverflowHidden(this) && !m_viewport.contains(localPoint)) in nodeAtFloatPoint()
53 static bool isOverflowHidden(const RenderObject*);
80 if (SVGRenderSupport::isOverflowHidden(this)) in applyViewportClip()
285 bool SVGRenderSupport::isOverflowHidden(const RenderObject* object) in isOverflowHidden() function in WebCore::SVGRenderSupport