Searched refs:hasCells (Results 1 – 4 of 4) sorted by relevance
65 return hasCells() ? cells[cells.size() - 1] : 0; in primaryCell()70 return hasCells() ? cells[cells.size() - 1] : 0; in primaryCell()73 bool hasCells() const { return cells.size() > 0; } in hasCells() function
196 … while (m_cCol < nCols && (cellAt(m_cRow, m_cCol).hasCells() || cellAt(m_cRow, m_cCol).inColSpan)) in addCell()777 if (current.inColSpan || !current.hasCells()) in setCellLogicalWidths()828 if (current.inColSpan || !current.hasCells()) in setCellLogicalWidths()881 if (!current.hasCells()) in setCellLogicalWidths()925 if (!current.hasCells()) in setCellLogicalWidths()1138 if (!current.hasCells()) in setCellLogicalWidths()1215 if (cell.hasCells() || cell.inColSpan) in setCellLogicalWidths()1236 if (r[pos].hasCells()) { in setCellLogicalWidths()1312 if (!current.hasCells()) in setCellLogicalWidths()
882 if (cs.hasCells()) { in calcBorderStart()940 if (cs.hasCells()) { in calcBorderEnd()
94576 (WebCore::RenderTableSection::CellStruct::hasCells):