HomeSort by relevance Sort by last modified time
    Searched refs:isSVGShape (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGeometryElement.cpp 52 if (!renderer() || !renderer()->isSVGShape())
66 if (!renderer() || !renderer()->isSVGShape())
SVGSVGElement.cpp 340 return renderer->isSVGShape()
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGShape.h 89 virtual bool isSVGShape() const OVERRIDE FINAL { return true; }
125 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGShape, isSVGShape());
RenderSVGResourceClipper.cpp 293 if (!renderer->isSVGShape() && !renderer->isSVGText())
316 if (!renderer->isSVGShape() && !renderer->isSVGText() && !isSVGUseElement(*childElement))
349 if (!renderer->isSVGShape() && !renderer->isSVGText() && !isSVGUseElement(*childElement))
SVGRenderSupport.cpp 135 if (current->isSVGShape() && toRenderSVGShape(current)->isShapeEmpty())
212 if (child->isSVGShape()) {
RenderSVGResourceContainer.cpp 273 if (!object->isSVGShape())
SVGRenderTreeAsText.cpp 280 if (object.isSVGShape()) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp 433 if (o.isSVGShape()) {
RenderObject.h 468 virtual bool isSVGShape() const { return false; }
    [all...]

Completed in 109 milliseconds