Home | History | Annotate | Download | only in rendering

Lines Matching defs:firstRow

1142     const BorderValue& rb = side == BorderBefore ? firstRow()->style()->borderBefore() : lastRow()->style()->borderAfter();
1249 const Row& firstRow = m_grid[0].row;
1250 for (size_t i = 0; i < firstRow.size(); ++i) {
1251 const CellStruct& cs = firstRow.at(i);
1394 for (RenderTableRow* row = firstRow(); row; row = row->nextRow()) {
1508 if (!firstRow())