Searched defs:pageLogicalHeight (Results 1 – 6 of 6) sorted by relevance
76 bool pageLogicalHeight() const { return m_pageLogicalHeight; } in pageLogicalHeight() function
37 …te(LayoutState* prev, RenderBox* renderer, const IntSize& offset, int pageLogicalHeight, bool page… in LayoutState()
140 unsigned pageLogicalHeight() const { return m_pageLogicalHeight; } in pageLogicalHeight() function
1186 void RenderBlock::layoutBlock(bool relayoutChildren, int pageLogicalHeight) in layoutBlock()4407 bool RenderBlock::layoutColumns(bool hasSpecifiedPageLogicalHeight, int pageLogicalHeight, LayoutSt… in layoutColumns()6024 int pageLogicalHeight = layoutState->m_pageLogicalHeight; in nextPageLogicalTop() local6083 int pageLogicalHeight = layoutState->m_pageLogicalHeight; in adjustForUnsplittableChild() local6113 int pageLogicalHeight = layoutState->m_pageLogicalHeight; in adjustLinePositionForPagination() local
119 int pageLogicalHeight = isHorizontal ? pageHeight : pageWidth; in computePageRectsWithPageSizeInternal() local
2535 …float pageLogicalHeight = root->style()->isHorizontalWritingMode() ? pageSize.height() : pageSize.… in forceLayoutForPagination() local