Home | History | Annotate | Download | only in accessibility

Lines Matching full:cells

108     // cells have borders, or use attributes like headers, abbr, scope or axis
126 // check enough of the cells to find if the table matches our criteria
129 // 2) at least half of cells have borders (or)
130 // 3) at least half of cells have different bg colors than the table, and there is cell spacing
172 // if we've found 10 "good" cells, we don't need to keep searching
178 // if there is less than two valid cells, it's not a data table
182 // half of the cells had borders, it's a data table
338 void AccessibilityTable::cells(AccessibilityObject::AccessibilityChildrenVector& cells)
349 cells.append(rowChildren);