Home
last modified time | relevance | path

Searched refs:m_isPaginated (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLayoutState.h47 , m_isPaginated(false) in LayoutState()
73 bool isPaginated() const { return m_isPaginated; } in isPaginated()
90 …bool needsBlockDirectionLocationSetBeforeLayout() const { return m_lineGrid || (m_isPaginated && m… in needsBlockDirectionLocationSetBeforeLayout()
106 bool m_isPaginated:1; variable
DLayoutState.cpp122 m_isPaginated = m_pageLogicalHeight || m_columnInfo || renderer->isRenderFlowThread(); in LayoutState()
136 , m_isPaginated(false) in LayoutState()
DRenderView.cpp230 state.m_isPaginated = state.m_pageLogicalHeight; in initializeLayoutState()
231 if (state.m_isPaginated && shouldInheritPagination) { in initializeLayoutState()
1253 layoutState->m_isPaginated = false; in FragmentationDisabler()
1270 layoutState->m_isPaginated = m_fragmenting; in ~FragmentationDisabler()
DRenderLayer.h165 bool isPaginated() const { return m_isPaginated; } in isPaginated()
658 …unsigned m_isPaginated : 1; // If we think this layer is split by a multi-column ancestor, then th… variable
DRenderLayer.cpp120 , m_isPaginated(false) in RenderLayer()
279 m_isPaginated = false; in updateLayerPositions()
642 m_isPaginated = false; in updatePagination()
671 m_isPaginated = parent()->renderer()->hasColumns(); in updatePagination()
700 m_isPaginated = checkContainingBlockChainForPagination(renderer(), curr->renderBox()); in updatePagination()