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.cpp37 : m_isPaginated(pageLogicalHeight) in LayoutState()
79 m_isPaginated = true; in LayoutState()
90 m_isPaginated = false; in LayoutState()
92m_isPaginated = m_pageLogicalHeight || m_next->m_columnInfo || renderer.flowThreadContainingBlock(… in LayoutState()
103 : m_isPaginated(false) in LayoutState()
DLayoutState.h57 bool isPaginated() const { return m_isPaginated; } in isPaginated()
75 …bool needsBlockDirectionLocationSetBeforeLayout() const { return m_isPaginated && m_pageLogicalHei… in needsBlockDirectionLocationSetBeforeLayout()
85 bool m_isPaginated : 1; variable
DRenderLayer.h152 bool isPaginated() const { return m_isPaginated; } in isPaginated()
672 …unsigned m_isPaginated : 1; // If we think this layer is split by a multi-column ancestor, then th… variable
DRenderLayer.cpp116 , m_isPaginated(false) in RenderLayer()
440 m_isPaginated = false; in updatePaginationRecursive()
484 m_isPaginated = parent()->renderer()->hasColumns(); in updatePagination()
514 m_isPaginated = checkContainingBlockChainForPagination(renderer(), curr->renderBox()); in updatePagination()