Searched refs:splitColumn (Results 1 – 12 of 12) sorted by relevance
94 void splitColumn(int pos, int first);
147 void splitColumn(int pos, int firstSpan);
114 m_table->splitColumn(currentEffectiveColumn, span); in calcWidthArray()
662 void RenderTable::splitColumn(int pos, int firstSpan) in splitColumn() function in WebCore::RenderTable676 toRenderTableSection(child)->splitColumn(pos, firstSpan); in splitColumn()
244 table()->splitColumn(m_cCol, cSpan); in addCell()1235 void RenderTableSection::splitColumn(int pos, int first) in setCellLogicalWidths() function in WebCore::RenderTableSection
7773 (RenderTable::splitColumn):15066 (RenderTable::splitColumn):
42696 (WebCore::RenderTable::splitColumn):68961 (WebCore::RenderTable::splitColumn): Factored out the section work68962 to RenderTableSection::splitColumn().69075 (WebCore::RenderTableSection::splitColumn): Added. Moved code from69076 RenderTable::splitColumn() into here.
6443 (RenderTable::splitColumn):6574 (RenderTable::splitColumn): The section grid now returns a CellStruct.
92546 (WebCore::RenderTableSection::splitColumn):94547 (WebCore::RenderTable::splitColumn):94571 (WebCore::RenderTableSection::splitColumn):
37877 (RenderTable::splitColumn):
58271 (WebCore::RenderTable::splitColumn): Use Vector::grow instead of resize.
77880 (WebCore::RenderTable::splitColumn): Ditto.