Home
last modified time | relevance | path

Searched refs:rowCellCount (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXARIAGrid.cpp65 unsigned rowCellCount = row->children().size(); in addTableCellChild() local
66 if (rowCellCount > columnCount) in addTableCellChild()
67 columnCount = rowCellCount; in addTableCellChild()