Searched refs:isSVGShape (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGGeometryElement.cpp52 if (!renderer() || !renderer()->isSVGShape())
66 if (!renderer() || !renderer()->isSVGShape())
H A DSVGSVGElement.cpp340 return renderer->isSVGShape()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGShape.h89 virtual bool isSVGShape() const OVERRIDE FINAL { return true; }
125 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGShape, isSVGShape());
H A DRenderSVGResourceClipper.cpp293 if (!renderer->isSVGShape() && !renderer->isSVGText())
316 if (!renderer->isSVGShape() && !renderer->isSVGText() && !isSVGUseElement(*childElement))
349 if (!renderer->isSVGShape() && !renderer->isSVGText() && !isSVGUseElement(*childElement))
H A DSVGRenderSupport.cpp135 if (current->isSVGShape() && toRenderSVGShape(current)->isShapeEmpty())
212 if (child->isSVGShape()) {
H A DRenderSVGResourceContainer.cpp273 if (!object->isSVGShape())
H A DSVGRenderTreeAsText.cpp280 if (object.isSVGShape()) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTreeAsText.cpp433 if (o.isSVGShape()) {
H A DRenderObject.h468 virtual bool isSVGShape() const { return false; } function in class:blink::RenderObject

Completed in 114 milliseconds