HomeSort by relevance Sort by last modified time
    Searched defs:firstBody (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityTable.cpp 130 RenderTableSection* firstBody = table->firstBody();
131 if (!firstBody)
134 int numCols = firstBody->numColumns();
135 int numRows = firstBody->numRows();
172 RenderTableCell* cell = firstBody->primaryCellAt(row, col);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.h 156 RenderTableSection* firstBody() const { return m_firstBody; }

Completed in 45 milliseconds