HomeSort by relevance Sort by last modified time
    Searched refs:splitColumn (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/rendering/
RenderTableSection.h 74 void splitColumn(int pos, int newSize);
RenderTable.h 87 void splitColumn(int pos, int firstSpan);
FixedTableLayout.cpp 115 m_table->splitColumn(currentEffectiveColumn, span);
RenderTable.cpp 612 void RenderTable::splitColumn(int pos, int firstSpan)
626 toRenderTableSection(child)->splitColumn(pos, oldSize + 1);
    [all...]
RenderTableSection.cpp 239 table()->splitColumn(m_cCol, cSpan);
    [all...]

Completed in 38 milliseconds