Searched refs:cbstyle (Results 1 – 1 of 1) sorted by relevance
2395 RenderStyle* cbstyle = cb->style(); in computePercentageLogicalHeight() local2399 … = cb->isOutOfFlowPositioned() && (!cbstyle->logicalHeight().isAuto() || (!cbstyle->logicalTop().i… in computePercentageLogicalHeight()2428 } else if (cbstyle->logicalHeight().isFixed()) { in computePercentageLogicalHeight()2429 …LayoutUnit contentBoxHeight = cb->adjustContentBoxLogicalHeightForBoxSizing(cbstyle->logicalHeight… in computePercentageLogicalHeight()2431 } else if (cbstyle->logicalHeight().isPercent() && !isOutOfFlowPositionedWithSpecifiedHeight) { in computePercentageLogicalHeight()2433 … LayoutUnit heightWithScrollbar = cb->computePercentageLogicalHeight(cbstyle->logicalHeight()); in computePercentageLogicalHeight()