Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTableSection.h65 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
DRenderTableSection.cpp196 … 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()
DRenderTable.cpp882 if (cs.hasCells()) { in calcBorderStart()
940 if (cs.hasCells()) { in calcBorderEnd()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0694576 (WebCore::RenderTableSection::CellStruct::hasCells):