Home | History | Annotate | Download | only in rendering

Lines Matching defs:section

144     RenderTableSection* section = m_table->header();
145 if (!section)
146 section = m_table->firstBody();
147 if (!section)
148 section = m_table->footer();
149 if (section && !section->numRows())
150 section = m_table->sectionBelow(section, true);
151 if (section) {
153 RenderObject* firstRow = section->firstChild();