Searched refs:isSVGContainer (Results 1 – 4 of 4) sorted by relevance
57 virtual bool isSVGContainer() const OVERRIDE FINAL { return true; } in isSVGContainer() function94 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGContainer, isSVGContainer());
108 …bool otherValid = other->isSVGContainer() ? toRenderSVGContainer(other)->isObjectBoundingBoxValid(… in updateObjectBoundingBox()
445 if (o.isSVGContainer()) { in write()
463 virtual bool isSVGContainer() const { return false; } in isSVGContainer() function