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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderReplaced.cpp351 bool computedHeightIsAuto = hasAutoHeightOrContainingBlockWithAutoHeight(); local
355 if (computedHeightIsAuto && hasIntrinsicWidth)
363 if (intrinsicRatio && ((computedHeightIsAuto && !hasIntrinsicWidth && hasIntrinsicHeight) || !computedHeightIsAuto)) {
371 if (computedHeightIsAuto && !hasIntrinsicWidth && !hasIntrinsicHeight) {

Completed in 39 milliseconds