Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderReplaced.cpp403 bool hasIntrinsicHeight = !isPercentageIntrinsicSize && constrainedSize.height() > 0; in computeReplacedLogicalWidth() local
408 …if (intrinsicRatio && ((heightIsAuto && !hasIntrinsicWidth && hasIntrinsicHeight) || !heightIsAuto… in computeReplacedLogicalWidth()
416 if (heightIsAuto && !hasIntrinsicWidth && !hasIntrinsicHeight) { in computeReplacedLogicalWidth()
464 bool hasIntrinsicHeight = !isPercentageIntrinsicSize && constrainedSize.height() > 0; in computeReplacedLogicalHeight() local
467 if (widthIsAuto && hasIntrinsicHeight) in computeReplacedLogicalHeight()
476 if (hasIntrinsicHeight) in computeReplacedLogicalHeight()