Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderReplaced.cpp351 bool computedHeightIsAuto = hasAutoHeightOrContainingBlockWithAutoHeight(); 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()