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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFixedTableLayout.cpp109 m_table->appendColumn(span);
H A DRenderTableSection.h184 void appendColumn(unsigned pos);
H A DRenderTable.h168 void appendColumn(unsigned span);
H A DRenderTable.cpp731 void RenderTable::appendColumn(unsigned span) function in class:blink::RenderTable
750 section->appendColumn(newColumnIndex);
H A DRenderTableSection.cpp251 table()->appendColumn(cSpan);
1471 void RenderTableSection::appendColumn(unsigned pos) function in class:blink::RenderTableSection

Completed in 409 milliseconds