Lines Matching refs:children
72 unsigned rowCellCount = row->children().size();
102 // in case the render tree doesn't match the expected ARIA hierarchy, look at the children
107 AccessibilityChildrenVector children = child->children();
108 unsigned length = children.size();
110 addChild(children[i].get(), appendedRows, columnCount);
144 AccessibilityChildrenVector children = tableRow->children();
147 if (column >= children.size())
150 tableCell = children[column].get();