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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.h88 struct CellStruct { struct in class:WebCore::FINAL
92 CellStruct() function in struct:WebCore::FINAL::CellStruct
110 typedef Vector<CellStruct> Row;
162 CellStruct& cellAt(unsigned row, unsigned col) { return m_grid[row].row[col]; }
163 const CellStruct& cellAt(unsigned row, unsigned col) const { return m_grid[row].row[col]; }
166 CellStruct& c = m_grid[row].row[col];

Completed in 146 milliseconds