Searched refs:splitColumn (Results 1 – 11 of 11) sorted by relevance
74 void splitColumn(int pos, int newSize);
87 void splitColumn(int pos, int firstSpan);
115 m_table->splitColumn(currentEffectiveColumn, span); in calcWidthArray()
612 void RenderTable::splitColumn(int pos, int firstSpan) in splitColumn() function in WebCore::RenderTable626 toRenderTableSection(child)->splitColumn(pos, oldSize + 1); in splitColumn()
239 table()->splitColumn(m_cCol, cSpan); in addCell()1241 void RenderTableSection::splitColumn(int pos, int newSize) in setCellWidths() 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.
37877 (RenderTable::splitColumn):
58271 (WebCore::RenderTable::splitColumn): Use Vector::grow instead of resize.
77880 (WebCore::RenderTable::splitColumn): Ditto.