Searched refs:appendedRows (Results 1 – 3 of 3) sorted by relevance
55 bool AXARIAGrid::addTableCellChild(AXObject* child, HashSet<AXObject*>& appendedRows, unsigned& col… in addTableCellChild() argument61 if (appendedRows.contains(row)) in addTableCellChild()79 appendedRows.add(row); in addTableCellChild()99 HashSet<AXObject*> appendedRows; in addChildren() local103 if (!addTableCellChild(child.get(), appendedRows, columnCount)) { in addChildren()114 addTableCellChild(children[i].get(), appendedRows, columnCount); in addChildren()
58 bool addTableCellChild(AXObject*, HashSet<AXObject*>& appendedRows, unsigned& columnCount);
346 HashSet<AXObject*> appendedRows; in addChildren() local361 if (appendedRows.contains(row)) in addChildren()368 appendedRows.add(row); in addChildren()