Home
last modified time | relevance | path

Searched refs:firstBody (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/accessibility/
DAccessibilityTable.cpp120 RenderTableSection* firstBody = table->firstBody(); in isDataTable() local
121 if (!firstBody) in isDataTable()
124 int numCols = firstBody->numColumns(); in isDataTable()
125 int numRows = firstBody->numRows(); in isDataTable()
154 RenderTableCell* cell = firstBody->primaryCellAt(row, col); in isDataTable()
304 tableSection = table->firstBody(); in addChildren()
460 tableSection = table->firstBody(); in cellForColumnAndRow()
DAccessibilityTableCell.cpp118 tableSection = table->firstBody(); in rowIndexRange()
DAccessibilityTableColumn.cpp119 headerObject = headerObjectForSection(table->firstBody(), true); in headerObject()
/external/webkit/Source/WebCore/rendering/
DRenderTable.h145 RenderTableSection* firstBody() const { return m_firstBody; } in firstBody() function
DFixedTableLayout.cpp144 section = m_table->firstBody(); in calcWidthArray()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2310701 …Does a better job of maintaining the firstBody variable so that it's not invalidated on .innerHTML…
DChangeLog-2007-10-1468993 (WebCore::RenderTable::firstBody):