Home | History | Annotate | Download | only in rendering

Lines Matching refs:scrollbarLogicalHeight

213         LayoutUnit columnHeight = computedValues.m_extent - borderAndPaddingLogicalHeight() - scrollbarLogicalHeight();
293 setLogicalHeight(borderBefore() + paddingBefore() + colInfo->columnHeight() + borderAfter() + paddingAfter() + scrollbarLogicalHeight());
427 LayoutUnit afterEdge = borderAfter() + paddingAfter() + scrollbarLogicalHeight();