Searched defs:pageLogicalHeight (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DLayoutState.h90 LayoutUnit pageLogicalHeight() const { return m_pageLogicalHeight; } function in class:WebCore::LayoutState
H A DLayoutState.cpp38 LayoutState::LayoutState(LayoutState* prev, RenderBox* renderer, const LayoutSize& offset, LayoutUnit pageLogicalHeight, bool pageLogicalHeightChanged, ColumnInfo* columnInfo) argument
H A DRenderRegion.cpp67 LayoutUnit RenderRegion::pageLogicalHeight() const function in class:WebCore::RenderRegion
H A DRenderView.h162 LayoutUnit pageLogicalHeight() const { return m_pageLogicalHeight; } function in class:WebCore::RenderView
H A DRenderFlowThread.cpp509 LayoutUnit pageLogicalHeight = region->pageLogicalHeight(); local
H A DRenderBlock.cpp1562 void RenderBlock::checkForPaginationLogicalHeightChange(LayoutUnit& pageLogicalHeight, bool& pageLogicalHeightChanged, bool& hasSpecifiedPageLogicalHeight) argument
1593 void RenderBlock::layoutBlock(bool relayoutChildren, LayoutUnit pageLogicalHeight) argument
5640 relayoutForPagination(bool hasSpecifiedPageLogicalHeight, LayoutUnit pageLogicalHeight, LayoutStateMaintainer& statePusher) argument
5681 colInfo->setColumnCountAndHeight(ceilf((float)layoutOverflowLogicalBottom / pageLogicalHeight), pageLogicalHeight); local
7402 LayoutUnit pageLogicalHeight = pageLogicalHeightForOffset(logicalOffset); local
7490 LayoutUnit pageLogicalHeight = renderView->layoutState()->pageLogicalHeight(); local
7514 LayoutUnit pageLogicalHeight = renderView->layoutState()->m_pageLogicalHeight; local
7539 LayoutUnit pageLogicalHeight = pageLogicalHeightForOffset(logicalOffset); local
7630 LayoutUnit pageLogicalHeight = pageLogicalHeightForOffset(logicalOffset); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPrintContext.cpp109 int pageLogicalHeight = isHorizontal ? pageHeight : pageWidth; local
H A DFrameView.cpp3784 float pageLogicalHeight = renderView->style()->isHorizontalWritingMode() ? pageSize.height() : pageSize.width(); local

Completed in 224 milliseconds