Home | History | Annotate | Download | only in rendering

Lines Matching defs:cells

89         Vector<RenderTableCell*, 1> cells;
99 return hasCells() ? cells[cells.size() - 1] : 0;
104 return hasCells() ? cells[cells.size() - 1] : 0;
107 bool hasCells() const { return cells.size() > 0; }
297 // This HashSet holds the overflowing cells for faster painting.
298 // If we have more than gMaxAllowedOverflowingCellRatio * total cells, it will be empty
305 // This map holds the collapsed border values for cells with collapsed borders.
306 // It is held at RenderTableSection level to spare memory consumption by table cells.