Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTableSection.h94 void splitColumn(int pos, int first);
DRenderTable.h147 void splitColumn(int pos, int firstSpan);
DFixedTableLayout.cpp114 m_table->splitColumn(currentEffectiveColumn, span); in calcWidthArray()
DRenderTable.cpp662 void RenderTable::splitColumn(int pos, int firstSpan) in splitColumn() function in WebCore::RenderTable
676 toRenderTableSection(child)->splitColumn(pos, firstSpan); in splitColumn()
DRenderTableSection.cpp244 table()->splitColumn(m_cCol, cSpan); in addCell()
1235 void RenderTableSection::splitColumn(int pos, int first) in setCellLogicalWidths() function in WebCore::RenderTableSection
/external/webkit/Source/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-2010-12-0692546 (WebCore::RenderTableSection::splitColumn):
94547 (WebCore::RenderTable::splitColumn):
94571 (WebCore::RenderTableSection::splitColumn):
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.