Home
last modified time | relevance | path

Searched refs:isFirstOrLastCellInRow (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableCell.h184 ASSERT(isFirstOrLastCellInRow()); in borderAdjoiningTableStart()
193 ASSERT(isFirstOrLastCellInRow()); in borderAdjoiningTableEnd()
215 bool isFirstOrLastCellInRow() const in isFirstOrLastCellInRow() function
DRenderTableRow.cpp103 ASSERT_UNUSED(cell, cell->isFirstOrLastCellInRow()); in borderAdjoiningStartCell()
110 ASSERT_UNUSED(cell, cell->isFirstOrLastCellInRow()); in borderAdjoiningEndCell()
DRenderTable.cpp1337 ASSERT(cell->isFirstOrLastCellInRow()); in tableStartBorderAdjoiningCell()
1346 ASSERT(cell->isFirstOrLastCellInRow()); in tableEndBorderAdjoiningCell()
DRenderTableSection.cpp1449 ASSERT(cell->isFirstOrLastCellInRow()); in borderAdjoiningStartCell()
1455 ASSERT(cell->isFirstOrLastCellInRow()); in borderAdjoiningEndCell()