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.cpp54 bool AXARIAGrid::addTableCellChild(AXObject* child, HashSet<AXObject*>& appendedRows, unsigned& col… in addTableCellChild() argument
60 if (appendedRows.contains(row)) in addTableCellChild()
78 appendedRows.add(row); in addTableCellChild()
98 HashSet<AXObject*> appendedRows; in addChildren() local
102 if (!addTableCellChild(child.get(), appendedRows, columnCount)) { in addChildren()
113 addTableCellChild(children[i].get(), appendedRows, columnCount); in addChildren()
DAXARIAGrid.h58 bool addTableCellChild(AXObject*, HashSet<AXObject*>& appendedRows, unsigned& columnCount);
DAXTable.cpp385 HashSet<AXObject*> appendedRows; in addChildren() local
400 if (appendedRows.contains(row)) in addChildren()
407 appendedRows.add(row); in addChildren()