Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGContainer.h57 virtual bool isSVGContainer() const OVERRIDE FINAL { return true; } in isSVGContainer() function
94 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGContainer, isSVGContainer());
DSVGRenderSupport.cpp108 …bool otherValid = other->isSVGContainer() ? toRenderSVGContainer(other)->isObjectBoundingBoxValid(… in updateObjectBoundingBox()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTreeAsText.cpp445 if (o.isSVGContainer()) { in write()
DRenderObject.h463 virtual bool isSVGContainer() const { return false; } in isSVGContainer() function