Searched refs:appendedRows (Results 1 – 3 of 3) sorted by relevance
54 bool AXARIAGrid::addTableCellChild(AXObject* child, HashSet<AXObject*>& appendedRows, unsigned& col… in addTableCellChild() argument60 if (appendedRows.contains(row)) in addTableCellChild()78 appendedRows.add(row); in addTableCellChild()98 HashSet<AXObject*> appendedRows; in addChildren() local102 if (!addTableCellChild(child.get(), appendedRows, columnCount)) { in addChildren()113 addTableCellChild(children[i].get(), appendedRows, columnCount); in addChildren()
58 bool addTableCellChild(AXObject*, HashSet<AXObject*>& appendedRows, unsigned& columnCount);
385 HashSet<AXObject*> appendedRows; in addChildren() local400 if (appendedRows.contains(row)) in addChildren()407 appendedRows.add(row); in addChildren()