Searched refs:splitColumn (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderTableSection.h94 void splitColumn(int pos, int first);
H A DFixedTableLayout.cpp114 m_table->splitColumn(currentEffectiveColumn, span);
H A DRenderTable.h147 void splitColumn(int pos, int firstSpan);
H A DRenderTable.cpp662 void RenderTable::splitColumn(int pos, int firstSpan) function in class:WebCore::RenderTable
676 toRenderTableSection(child)->splitColumn(pos, firstSpan);
H A DRenderTableSection.cpp244 table()->splitColumn(m_cCol, cSpan);
1235 void RenderTableSection::splitColumn(int pos, int first) function in class:WebCore::RenderTableSection

Completed in 145 milliseconds