Home
last modified time | relevance | path

Searched refs:lastColumnIndex (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTable.h165 unsigned lastColumnIndex() const { return numEffCols() - 1; } in lastColumnIndex() function
DRenderTableSection.cpp1461 …igned adjoiningStartCellColumnIndex = hasSameDirectionAs(table()) ? 0 : table()->lastColumnIndex(); in firstRowCellAdjoiningTableStart()
1467 …unsigned adjoiningEndCellColumnIndex = hasSameDirectionAs(table()) ? table()->lastColumnIndex() : … in firstRowCellAdjoiningTableEnd()