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
1171 void RenderBlock::layoutBlock(bool relayoutChildren, int pageLogicalHeight) in layoutBlock()4383 bool RenderBlock::layoutColumns(bool hasSpecifiedPageLogicalHeight, int pageLogicalHeight, LayoutSt… in layoutColumns()5993 int pageLogicalHeight = layoutState->m_pageLogicalHeight; in nextPageLogicalTop() local6052 int pageLogicalHeight = layoutState->m_pageLogicalHeight; in adjustForUnsplittableChild() local6082 int pageLogicalHeight = layoutState->m_pageLogicalHeight; in adjustLinePositionForPagination() local
119 int pageLogicalHeight = isHorizontal ? pageHeight : pageWidth; in computePageRectsWithPageSizeInternal() local
2549 …float pageLogicalHeight = root->style()->isHorizontalWritingMode() ? pageSize.height() : pageSize.… in forceLayoutForPagination() local