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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp1278 bool hasAutoHeight = logicalHeightLength.isAuto(); local
1280 hasAutoHeight = true;
1283 hasAutoHeight = false;
1289 if (hasAutoHeight || ((logicalHeightLength.isFixed() || logicalHeightLength.isPercent()) && logicalHeightLength.isZero())) {

Completed in 98 milliseconds