Searched defs:firstBody (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXTable.cpp169 RenderTableSection* firstBody = table->firstBody(); local
170 if (!firstBody)
173 int numCols = firstBody->numColumns();
174 int numRows = firstBody->numRows();
211 RenderTableCell* cell = firstBody->primaryCellAt(row, col);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.h156 RenderTableSection* firstBody() const { return m_firstBody; } function in class:blink::FINAL

Completed in 519 milliseconds