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

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

Completed in 176 milliseconds