Searched refs:hasSections (Results 1 – 2 of 2) sorted by relevance
252 bool hasSections() const { return m_head || m_foot || m_firstBody; } in hasSections() function
998 && (!child->isTable() || toRenderTable(child)->hasSections())) { in layoutRows()