Home
last modified time | relevance | path

Searched refs:widthAttributeEstablishesViewport (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSVGElement.h128 bool widthAttributeEstablishesViewport() const;
DSVGSVGElement.cpp592 bool SVGSVGElement::widthAttributeEstablishesViewport() const in widthAttributeEstablishesViewport() function in WebCore::SVGSVGElement
642 if (widthAttributeEstablishesViewport() || mode == IgnoreCSSProperties) { in intrinsicWidth()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.cpp148 if (svg->widthAttributeEstablishesViewport()) in computeReplacedLogicalWidth()