Home | History | Annotate | Download | only in rendering

Lines Matching refs:toRenderTableSection

131                     m_head = toRenderTableSection(child);
135 m_firstBody = toRenderTableSection(child);
142 m_foot = toRenderTableSection(child);
150 m_firstBody = toRenderTableSection(child);
342 RenderTableSection* section = toRenderTableSection(child);
399 toRenderTableSection(child)->layoutRows(child == m_firstBody ? max(0, th - calculatedHeight) : 0);
461 RenderTableSection* section = toRenderTableSection(child);
480 toRenderTableSection(child)->setCellWidths();
626 toRenderTableSection(child)->splitColumn(pos, oldSize + 1);
644 toRenderTableSection(child)->appendColumn(pos);
713 RenderTableSection* section = toRenderTableSection(child);
723 RenderTableSection* section = toRenderTableSection(child);
733 RenderTableSection* section = toRenderTableSection(child);
748 RenderTableSection* section = toRenderTableSection(child);
939 bottomSection = child ? toRenderTableSection(child) : 0;
971 int sw = toRenderTableSection(child)->outerBorderLeft();
1001 int sw = toRenderTableSection(child)->outerBorderRight();
1023 if (prevSection->isTableSection() && prevSection != m_head && prevSection != m_foot && (!skipEmptySections || toRenderTableSection(prevSection)->numRows()))
1029 return toRenderTableSection(prevSection);
1041 if (nextSection->isTableSection() && nextSection != m_head && nextSection != m_foot && (!skipEmptySections || toRenderTableSection(nextSection)->numRows()))
1047 return toRenderTableSection(nextSection);