Searched defs:splitColumn (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp708 void RenderTable::splitColumn(unsigned position, unsigned firstSpan) function in class:blink::RenderTable
725 section->splitColumn(position, firstSpan);
H A DRenderTableSection.cpp255 table()->splitColumn(m_cCol, cSpan);
1479 void RenderTableSection::splitColumn(unsigned pos, unsigned first) function in class:blink::RenderTableSection

Completed in 108 milliseconds