Home
last modified time | relevance | path

Searched refs:isSVGContainer (Results 1 – 10 of 10) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderSVGViewportContainer.h37 virtual bool isSVGContainer() const { return true; } in isSVGContainer() function
DRenderSVGHiddenContainer.h41 virtual bool isSVGContainer() const { return true; } in isSVGContainer() function
DRenderSVGContainer.h69 virtual bool isSVGContainer() const { return true; } in isSVGContainer() function
DSVGRenderSupport.cpp144 if (item && item->isSVGContainer()) in renderSubtreeToImage()
DRenderSVGContainer.cpp405 if (current->isSVGContainer()) in relativeBBox()
DRenderSVGRoot.cpp288 if (current->isSVGContainer()) in relativeBBox()
DRenderTreeAsText.cpp364 if (o.isSVGContainer()) { in write()
DRenderObject.h287 virtual bool isSVGContainer() const { return false; } in isSVGContainer() function
DRenderObject.cpp669 || o->isSVGContainer() || o->isSVGRoot() in containingBlock()
/external/webkit/WebCore/
DChangeLog-2007-10-142062 (WebCore::RenderSVGViewportContainer::isSVGContainer):
3038 (WebCore::RenderSVGRoot::isSVGContainer):
70213 Rename isRenderSVGContainer to isSVGContainer.
70220 (WebCore::RenderObject::isSVGContainer):
70224 (WebCore::RenderSVGContainer::isSVGContainer):