rowHasOnlySpanningCells  290 Source/core/rendering/RenderTableSection.cpp             spanningRowsHeight.isAnyRowWithOnlySpanningCells |= rowHasOnlySpanningCells(actualRow);
rowHasOnlySpanningCells  463 Source/core/rendering/RenderTableSection.cpp     ASSERT(rowHasOnlySpanningCells(row));
rowHasOnlySpanningCells  493 Source/core/rendering/RenderTableSection.cpp         if (!spanningRowsHeight.rowHeight[row] && rowHasOnlySpanningCells(actualRow) && isHeightNeededForRowHavingOnlySpanningCells(actualRow)) {
rowHasOnlySpanningCells  246 Source/core/rendering/RenderTableSection.h     bool rowHasOnlySpanningCells(unsigned);