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.h73 bool isPaginated() const { return m_isPaginated; } in isPaginated() function
DRenderLayer.h165 bool isPaginated() const { return m_isPaginated; } in isPaginated() function
DRenderBlockFlow.cpp2204 bool isPaginated = layoutState->isPaginated(); in positionNewFloats() local
DRenderBlock.cpp3535 …bool isPaginated = (style()->overflowY() == OPAGEDX || style()->overflowY() == OPAGEDY) && !(isRoo… in requiresColumns() local