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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGContainer.h 56 virtual bool isSVGContainer() const OVERRIDE FINAL { return true; }
93 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGContainer, isSVGContainer());
SVGRenderSupport.cpp 108 return !(parent && parent->isSVGContainer() && toRenderSVGContainer(parent)->didTransformToRootUpdate());
122 bool otherValid = other->isSVGContainer() ? toRenderSVGContainer(other)->isObjectBoundingBoxValid() : true;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp 443 if (o.isSVGContainer()) {
RenderObject.h 424 virtual bool isSVGContainer() const { return false; }
    [all...]

Completed in 74 milliseconds