Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLayoutState.cpp38 , m_isPaginated(pageLogicalHeight) in LayoutState()
108 m_isPaginated = true; in LayoutState()
119 m_isPaginated = false; in LayoutState()
121m_isPaginated = m_pageLogicalHeight || m_next->m_columnInfo || renderer.flowThreadContainingBlock(… in LayoutState()
152 , m_isPaginated(false) in LayoutState()
DLayoutState.h55 bool isPaginated() const { return m_isPaginated; } in isPaginated()
83 …bool needsBlockDirectionLocationSetBeforeLayout() const { return m_isPaginated && m_pageLogicalHei… in needsBlockDirectionLocationSetBeforeLayout()
113 bool m_isPaginated:1; variable
DRenderLayer.h170 bool isPaginated() const { return m_isPaginated; } in isPaginated()
641 …unsigned m_isPaginated : 1; // If we think this layer is split by a multi-column ancestor, then th… variable
DRenderLayer.cpp118 , m_isPaginated(false) in RenderLayer()
287 m_isPaginated = false; in updateLayerPositionRecursive()
594 m_isPaginated = false; in updatePagination()
623 m_isPaginated = parent()->renderer()->hasColumns(); in updatePagination()
652 m_isPaginated = checkContainingBlockChainForPagination(renderer(), curr->renderBox()); in updatePagination()