Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXARIAGrid.cpp55 bool AXARIAGrid::addTableCellChild(AXObject* child, HashSet<AXObject*>& appendedRows, unsigned& col… in addTableCellChild() argument
61 if (appendedRows.contains(row)) in addTableCellChild()
79 appendedRows.add(row); in addTableCellChild()
99 HashSet<AXObject*> appendedRows; in addChildren() local
103 if (!addTableCellChild(child.get(), appendedRows, columnCount)) { in addChildren()
114 addTableCellChild(children[i].get(), appendedRows, columnCount); in addChildren()
DAXARIAGrid.h58 bool addTableCellChild(AXObject*, HashSet<AXObject*>& appendedRows, unsigned& columnCount);
DAXTable.cpp346 HashSet<AXObject*> appendedRows; in addChildren() local
361 if (appendedRows.contains(row)) in addChildren()
368 appendedRows.add(row); in addChildren()