Searched refs:firstBody (Results 1 – 4 of 4) sorted by relevance
130 RenderTableSection* firstBody = table->firstBody(); in isDataTable() local131 if (!firstBody) in isDataTable()134 int numCols = firstBody->numColumns(); in isDataTable()135 int numRows = firstBody->numRows(); in isDataTable()172 RenderTableCell* cell = firstBody->primaryCellAt(row, col); in isDataTable()
107 headerObject = headerObjectForSection(table->firstBody(), true); in headerObject()
156 RenderTableSection* firstBody() const { return m_firstBody; } in firstBody() function
392 if (RenderTableSection* section = firstBody()) in distributeExtraLogicalHeight()