Home
last modified time | relevance | path

Searched defs:isEndColumn (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.cpp474 bool isEndColumn = table()->colToEffCol(col() + colSpan() - 1) == table()->numEffCols() - 1; in hasStartBorderAdjoiningTable() local
485 bool isEndColumn = table()->colToEffCol(col() + colSpan() - 1) == table()->numEffCols() - 1; in hasEndBorderAdjoiningTable() local
606 bool isEndColumn = table->colToEffCol(col() + colSpan() - 1) == table->numEffCols() - 1; in computeCollapsedEndBorder() local