Home
last modified time | relevance | path

Searched refs:hasEmptyViewBox (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGViewportContainer.cpp154 if (toSVGSVGElement(element())->hasEmptyViewBox()) in paint()
DRenderSVGRoot.cpp246 if (svg->hasEmptyViewBox()) in paintReplaced()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSVGElement.h134 …bool hasEmptyViewBox() const { return viewBoxCurrentValue().isValid() && viewBoxCurrentValue().isE… in hasEmptyViewBox() function
DSVGSVGElement.cpp423 if (!hasEmptyViewBox()) { in localCoordinateSpaceTransform()