Home | History | Annotate | Download | only in accessibility

Lines Matching defs:cells

149             RefPtrWillBeRawPtr<HTMLCollection> cells = row->cells();
150 for (unsigned cellIndex = 0; cellIndex < cells->length(); ++cellIndex) {
151 if (elementHasAriaRole(cells->item(cellIndex)))
170 // cells have borders, or use attributes like headers, abbr, scope or axis
193 // check enough of the cells to find if the table matches our criteria
196 // 2) at least half of cells have borders (or)
197 // 3) at least half of cells have different bg colors than the table, and there is cell spacing
247 // If the empty-cells style is set, we'll call it a data table.
257 // cells have a bottom border, for example.
274 // If we've found 10 "good" cells, we don't need to keep searching.
299 // if there is less than two valid cells, it's not a data table
303 // half of the cells had borders, it's a data table
474 void AXTable::cells(AXObject::AccessibilityChildrenVector& cells)
484 cells.appendVector(rowChildren);
512 // Since some cells may have colspans, we have to check the actual range of each