Searched defs:firstBody (Results 1 – 2 of 2) sorted by relevance
156 RenderTableSection* firstBody() const { return m_firstBody; } in firstBody() function
130 RenderTableSection* firstBody = table->firstBody(); in isDataTable() local