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 57 virtual bool isSVGContainer() const OVERRIDE FINAL { return true; }
94 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGContainer, isSVGContainer());
SVGRenderSupport.cpp 108 bool otherValid = other->isSVGContainer() ? toRenderSVGContainer(other)->isObjectBoundingBoxValid() : true;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTreeAsText.cpp 445 if (o.isSVGContainer()) {
RenderObject.h 463 virtual bool isSVGContainer() const { return false; }
    [all...]

Completed in 64 milliseconds