Home
last modified time | relevance | path

Searched defs:columnHeight (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DColumnInfo.h62 LayoutUnit columnHeight() const { return m_columnHeight; } in columnHeight() function
DRenderBlockFlow.cpp213 …LayoutUnit columnHeight = computedValues.m_extent - borderAndPaddingLogicalHeight() - scrollbarLog… in checkForPaginationLogicalHeightChange() local
225 LayoutUnit columnHeight = contentLogicalHeight(); in checkForPaginationLogicalHeightChange() local
262 LayoutUnit columnHeight = pageLogicalHeight; in shouldRelayoutForPagination() local