Home
last modified time | relevance | path

Searched refs:pageLogicalHeight (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLayoutState.cpp36 LayoutState::LayoutState(LayoutUnit pageLogicalHeight, bool pageLogicalHeightChanged, RenderView& v… in LayoutState() argument
38 , m_isPaginated(pageLogicalHeight) in LayoutState()
47 , m_pageLogicalHeight(pageLogicalHeight) in LayoutState()
54 …youtState(RenderBox& renderer, const LayoutSize& offset, LayoutUnit pageLogicalHeight, bool pageLo… in LayoutState() argument
102 if (pageLogicalHeight || m_columnInfo || renderer.isRenderFlowThread()) { in LayoutState()
103 m_pageLogicalHeight = pageLogicalHeight; in LayoutState()
DRenderMultiColumnSet.cpp104 return logicalTopInFlowThread() + columnIndex * pageLogicalHeight(); in pageLogicalTopForOffset()
255 LayoutUnit oldColumnHeight = pageLogicalHeight(); in resetColumnHeight()
262 if (pageLogicalHeight() != oldColumnHeight) in resetColumnHeight()
320 if (!pageLogicalHeight()) in actualColumnCount()
328 unsigned count = ceil(logicalHeightInColumns.toFloat() / pageLogicalHeight().toFloat()); in actualColumnCount()
336 LayoutUnit colLogicalHeight = pageLogicalHeight(); in columnRectAt()
367 return (offset - flowThreadLogicalTop).toFloat() / pageLogicalHeight().toFloat(); in columnIndexAtOffset()
374 …ect(portionRect.x(), portionRect.y() + index * pageLogicalHeight(), portionRect.width(), pageLogic… in flowThreadPortionRectAt()
376 …rtionRect = LayoutRect(portionRect.x() + index * pageLogicalHeight(), portionRect.y(), pageLogical… in flowThreadPortionRectAt()
DLayoutState.h45 LayoutState(LayoutUnit pageLogicalHeight, bool pageLogicalHeightChanged, RenderView&);
49 …LayoutState(RenderBox&, const LayoutSize& offset, LayoutUnit pageLogicalHeight = 0, bool pageHeigh…
78 LayoutUnit pageLogicalHeight() const { return m_pageLogicalHeight; } in pageLogicalHeight() function
DRenderBlockFlow.cpp194 void RenderBlockFlow::checkForPaginationLogicalHeightChange(LayoutUnit& pageLogicalHeight, bool& pa… in checkForPaginationLogicalHeightChange() argument
205 if (!pageLogicalHeight) { in checkForPaginationLogicalHeightChange()
213 pageLogicalHeight = columnHeight; in checkForPaginationLogicalHeightChange()
218 if (colInfo->columnHeight() != pageLogicalHeight && everHadLayout()) { in checkForPaginationLogicalHeightChange()
219 colInfo->setColumnHeight(pageLogicalHeight); in checkForPaginationLogicalHeightChange()
223 if (!hasSpecifiedPageLogicalHeight && !pageLogicalHeight) in checkForPaginationLogicalHeightChange()
237 pageLogicalHeight = flowThread->isPageLogicalHeightKnown() ? LayoutUnit(1) : LayoutUnit(0); in checkForPaginationLogicalHeightChange()
243 bool RenderBlockFlow::shouldRelayoutForPagination(LayoutUnit& pageLogicalHeight, LayoutUnit layoutO… in shouldRelayoutForPagination() argument
248 LayoutUnit columnHeight = pageLogicalHeight; in shouldRelayoutForPagination()
254 if (!pageLogicalHeight) { in shouldRelayoutForPagination()
[all …]
DRenderFlowThread.cpp109 LayoutUnit regionLogicalHeight = region->pageLogicalHeight(); in validateRegions()
287 return region->pageLogicalHeight(); in pageLogicalHeightForOffset()
297 LayoutUnit pageLogicalHeight = region->pageLogicalHeight(); in pageRemainingLogicalHeightForOffset() local
298 LayoutUnit pageLogicalBottom = pageLogicalTop + pageLogicalHeight; in pageRemainingLogicalHeightForOffset()
303 remainingHeight = intMod(remainingHeight, pageLogicalHeight); in pageRemainingLogicalHeightForOffset()
DRenderRegion.h68 virtual LayoutUnit pageLogicalHeight() const;
DRenderBlockFlow.h230 bool layoutBlockFlow(bool relayoutChildren, LayoutUnit& pageLogicalHeight, SubtreeLayoutScope&);
299 …void checkForPaginationLogicalHeightChange(LayoutUnit& pageLogicalHeight, bool& pageLogicalHeightC…
300 …bool shouldRelayoutForPagination(LayoutUnit& pageLogicalHeight, LayoutUnit layoutOverflowLogicalBo…
301 void setColumnCountAndHeight(unsigned count, LayoutUnit pageLogicalHeight);
DRenderBlock.cpp1728 …ayoutState()->pageLogicalHeightChanged() || (view()->layoutState()->pageLogicalHeight() && view()-… in markForPaginationRelayoutIfNeeded()
4580 LayoutUnit pageLogicalHeight = pageLogicalHeightForOffset(logicalOffset); in nextPageLogicalTop() local
4581 if (!pageLogicalHeight) in nextPageLogicalTop()
4587 … return logicalOffset + (remainingLogicalHeight ? remainingLogicalHeight : pageLogicalHeight); in nextPageLogicalTop()
4600 LayoutUnit pageLogicalHeight = renderView->layoutState()->pageLogicalHeight(); in pageLogicalTopForOffset() local
4601 if (!pageLogicalHeight) in pageLogicalTopForOffset()
4603 …ulativeOffset - roundToInt(cumulativeOffset - firstPageLogicalTop) % roundToInt(pageLogicalHeight); in pageLogicalTopForOffset()
4613 return renderView->layoutState()->pageLogicalHeight(); in pageLogicalHeightForOffset()
4624 LayoutUnit pageLogicalHeight = renderView->layoutState()->pageLogicalHeight(); in pageRemainingLogicalHeightForOffset() local
4625 LayoutUnit remainingHeight = pageLogicalHeight - intMod(offset, pageLogicalHeight); in pageRemainingLogicalHeightForOffset()
[all …]
DRenderMultiColumnSet.h62 virtual LayoutUnit pageLogicalHeight() const OVERRIDE FINAL { return m_columnHeight; } in pageLogicalHeight() function
DRenderRegion.cpp57 LayoutUnit RenderRegion::pageLogicalHeight() const in pageLogicalHeight() function in WebCore::RenderRegion
DRenderView.h141 LayoutUnit pageLogicalHeight() const { return m_pageLogicalHeight; } in pageLogicalHeight() function
DRenderMultiColumnFlowThread.cpp319 return columnSet->pageLogicalHeight(); in isPageLogicalHeightKnown()
DRenderView.cpp257 LayoutState rootLayoutState(pageLogicalHeight(), pageLogicalHeightChanged(), *this); in layout()
904 return pageLogicalHeight(); in viewLogicalHeightForPercentages()
DRenderDeprecatedFlexibleBox.cpp305 if (view()->layoutState()->pageLogicalHeight()) in layoutBlock()
DRenderTable.cpp568 if (view()->layoutState()->pageLogicalHeight()) in layout()
DRenderTableSection.cpp982 if (view()->layoutState()->pageLogicalHeight() && cell->logicalHeight() != rHeight) { in layoutRows()
/external/chromium_org/third_party/WebKit/Source/core/page/
DPrintContext.cpp108 int pageLogicalHeight = isHorizontal ? pageHeight : pageWidth; in computePageRectsWithPageSizeInternal() local
137 unsigned pageCount = ceilf((float)docLogicalHeight / pageLogicalHeight); in computePageRectsWithPageSizeInternal()
140 blockDirectionStart + i * pageLogicalHeight : in computePageRectsWithPageSizeInternal()
141 blockDirectionStart - (i + 1) * pageLogicalHeight; in computePageRectsWithPageSizeInternal()
147 … IntRect pageRect(pageLogicalLeft, pageLogicalTop, pageLogicalWidth, pageLogicalHeight); in computePageRectsWithPageSizeInternal()
154 IntRect pageRect(pageLogicalLeft, pageLogicalTop, pageLogicalWidth, pageLogicalHeight); in computePageRectsWithPageSizeInternal()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp2906 …float pageLogicalHeight = renderView->style()->isHorizontalWritingMode() ? pageSize.height() : pag… in forceLayoutForPagination() local
2909 LayoutUnit flooredPageLogicalHeight = static_cast<LayoutUnit>(pageLogicalHeight); in forceLayoutForPagination()
2926 pageLogicalHeight = horizontalWritingMode ? maxPageSize.height() : maxPageSize.width(); in forceLayoutForPagination()
2929 flooredPageLogicalHeight = static_cast<LayoutUnit>(pageLogicalHeight); in forceLayoutForPagination()