Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp2869 RenderStyle* cbstyle = cb->style(); in computePercentageLogicalHeight() local
2873 … = cb->isOutOfFlowPositioned() && (!cbstyle->logicalHeight().isAuto() || (!cbstyle->logicalTop().i… in computePercentageLogicalHeight()
2902 } else if (cbstyle->logicalHeight().isFixed()) { in computePercentageLogicalHeight()
2903 …LayoutUnit contentBoxHeight = cb->adjustContentBoxLogicalHeightForBoxSizing(cbstyle->logicalHeight… in computePercentageLogicalHeight()
2905 } else if (cbstyle->logicalHeight().isPercent() && !isOutOfFlowPositionedWithSpecifiedHeight) { in computePercentageLogicalHeight()
2907 … LayoutUnit heightWithScrollbar = cb->computePercentageLogicalHeight(cbstyle->logicalHeight()); in computePercentageLogicalHeight()
2917 } else if (cbstyle->logicalHeight().isViewportPercentage()) { in computePercentageLogicalHeight()
2918 LayoutUnit heightWithScrollbar = valueForLength(cbstyle->logicalHeight(), 0, view()); in computePercentageLogicalHeight()