Home
last modified time | relevance | path

Searched refs:appendColumn (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.h174 void appendColumn(unsigned pos);
DFixedTableLayout.cpp111 m_table->appendColumn(span); in calcWidthArray()
DRenderTable.h168 void appendColumn(unsigned span);
DRenderTable.cpp825 void RenderTable::appendColumn(unsigned span) in appendColumn() function in WebCore::RenderTable
840 section->appendColumn(newColumnIndex); in appendColumn()
DRenderTableSection.cpp233 table()->appendColumn(cSpan); in addCell()
1670 void RenderTableSection::appendColumn(unsigned pos) in appendColumn() function in WebCore::RenderTableSection