Searched refs:isSVGRoot (Results 1 – 9 of 9) sorted by relevance
53 virtual bool isSVGRoot() const { return true; } in isSVGRoot() function105 ASSERT(!object || object->isSVGRoot()); in toRenderSVGRoot()111 ASSERT(!object || object->isSVGRoot()); in toRenderSVGRoot()
47 if (current->isSVGRoot()) in calculateTransformationToOutermostSVGCoordinateSystem()
192 while (start && !start->isSVGRoot()) in findTreeRootObject()196 ASSERT(start->isSVGRoot()); in findTreeRootObject()
238 …ool isSVGRenderer = renderer->node() && renderer->node()->isSVGElement() && !renderer->isSVGRoot(); in DrawNodeHighlight()
334 virtual bool isSVGRoot() const { return false; } in isSVGRoot() function997 || obj->isSVGRoot() in objectIsRelayoutBoundary()
535 if (o.isSVGRoot()) { in write()
648 || o->isSVGContainer() || o->isSVGRoot() in containingBlock()
294 disableOffsetCache = disableOffsetCache || renderer()->isSVGRoot(); in updateLayerPositions()
2476 (WebCore::RenderObject::isSVGRoot):2521 (WebCore::RenderSVGRoot::isSVGRoot):