Home
last modified time | relevance | path

Searched defs:cellAt (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.h174 CellStruct& cellAt(unsigned row, unsigned col) { return m_grid[row].row[col]; } in cellAt() function
175 const CellStruct& cellAt(unsigned row, unsigned col) const { return m_grid[row].row[col]; } in cellAt() function