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

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

Completed in 626 milliseconds