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 53 virtual bool isSVGContainer() const OVERRIDE FINAL { return true; }
92 ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isSVGContainer());
98 ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isSVGContainer());
SVGRenderSupport.cpp 110 return !(parent && parent->isSVGContainer() && toRenderSVGContainer(parent)->didTransformToRootUpdate());
116 bool otherValid = other->isSVGContainer() ? toRenderSVGContainer(other)->isObjectBoundingBoxValid() : true;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 435 virtual bool isSVGContainer() const { return false; }
    [all...]
RenderTreeAsText.cpp 478 if (o.isSVGContainer()) {

Completed in 57 milliseconds