Home
last modified time | relevance | path

Searched refs:splitColumn (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderTableSection.h74 void splitColumn(int pos, int newSize);
DRenderTable.h87 void splitColumn(int pos, int firstSpan);
DFixedTableLayout.cpp115 m_table->splitColumn(currentEffectiveColumn, span); in calcWidthArray()
DRenderTable.cpp612 void RenderTable::splitColumn(int pos, int firstSpan) in splitColumn() function in WebCore::RenderTable
626 toRenderTableSection(child)->splitColumn(pos, oldSize + 1); in splitColumn()
DRenderTableSection.cpp239 table()->splitColumn(m_cCol, cSpan); in addCell()
1241 void RenderTableSection::splitColumn(int pos, int newSize) in setCellWidths() function in WebCore::RenderTableSection
/external/webkit/WebCore/
DChangeLog-2003-10-257773 (RenderTable::splitColumn):
15066 (RenderTable::splitColumn):
DChangeLog-2007-10-1442696 (WebCore::RenderTable::splitColumn):
68961 (WebCore::RenderTable::splitColumn): Factored out the section work
68962 to RenderTableSection::splitColumn().
69075 (WebCore::RenderTableSection::splitColumn): Added. Moved code from
69076 RenderTable::splitColumn() into here.
DChangeLog-2005-12-196443 (RenderTable::splitColumn):
6574 (RenderTable::splitColumn): The section grid now returns a CellStruct.
DChangeLog-2005-08-2337877 (RenderTable::splitColumn):
DChangeLog-2008-08-1058271 (WebCore::RenderTable::splitColumn): Use Vector::grow instead of resize.
DChangeLog-2010-01-2977880 (WebCore::RenderTable::splitColumn): Ditto.