Home | History | Annotate | Download | only in rendering

Lines Matching refs:hasColumns

292         bool disableOffsetCache = renderer()->hasColumns() || renderer()->hasTransform() || isComposited();
379 if (renderer()->hasColumns())
518 m_isPaginated = parent()->renderer()->hasColumns();
525 if (curr->renderer()->hasColumns()) {
2799 if (curr->renderer()->hasColumns() && checkContainingBlockChainForPagination(childLayer->renderer(), curr->renderBox()))
2817 ASSERT(columnBlock && columnBlock->hasColumns());
2818 if (!columnBlock || !columnBlock->hasColumns())
3275 if (curr->renderer()->hasColumns() && checkContainingBlockChainForPagination(childLayer->renderer(), curr->renderBox()))
3292 ASSERT(columnBlock && columnBlock->hasColumns());
3293 if (!columnBlock || !columnBlock->hasColumns())