Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLayoutState.h57 bool isPaginated() const { return m_isPaginated; } in isPaginated() function
DRenderLayer.h152 bool isPaginated() const { return m_isPaginated; } in isPaginated() function
DRenderBlockFlow.cpp2432 bool isPaginated = layoutState->isPaginated(); in positionNewFloats() local
DRenderBlock.cpp2851 bool isPaginated = style()->isOverflowPaged() && node() != document().viewportDefiningElement(); in requiresColumns() local