Searched defs:isPaginated (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DLayoutState.h57 bool isPaginated() const { return m_isPaginated; } function in class:blink::LayoutState
H A DRenderLayer.h152 bool isPaginated() const { return m_isPaginated; } function in class:blink::RenderLayer
H A DRenderBlockFlow.cpp616 bool paginated = view()->layoutState()->isPaginated();
1306 if (layoutState->isPaginated() && layoutState->pageLogicalHeight() && logicalTop > beforeCollapseLogicalTop) {
1522 if (layoutState->isPaginated() && layoutState->pageLogicalHeight() && logicalTopEstimate > logicalHeight())
1529 if (layoutState->isPaginated()) {
2432 bool isPaginated = layoutState->isPaginated(); local
2433 if (isPaginated && !childBox->needsLayout())
2438 if (isPaginated) {
H A DRenderBlock.cpp2851 bool isPaginated = style()->isOverflowPaged() && node() != document().viewportDefiningElement(); local
2854 && (desiredColumnCount != 1 || !style()->hasAutoColumnWidth() || isPaginated)
4097 if (layoutState && !layoutState->isPaginated())

Completed in 426 milliseconds