Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderReplaced.cpp352 bool hasIntrinsicWidth = constrainedSize.width() > 0; in computeReplacedLogicalWidth() local
355 if (computedHeightIsAuto && hasIntrinsicWidth) in computeReplacedLogicalWidth()
363 …if (intrinsicRatio && ((computedHeightIsAuto && !hasIntrinsicWidth && hasIntrinsicHeight) || !comp… in computeReplacedLogicalWidth()
371 if (computedHeightIsAuto && !hasIntrinsicWidth && !hasIntrinsicHeight) { in computeReplacedLogicalWidth()
387 if (hasIntrinsicWidth) in computeReplacedLogicalWidth()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSVGElement.h112 bool hasIntrinsicWidth() const;
DSVGSVGElement.cpp643 bool SVGSVGElement::hasIntrinsicWidth() const in hasIntrinsicWidth() function in blink::SVGSVGElement
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.cpp139 if (svg->hasIntrinsicWidth()) in computeReplacedLogicalWidth()