Home | History | Annotate | Download | only in cros_utils

Lines Matching refs:row_style

984       row_style = Cell()
988 assert not row_style.color, 'Multiple row_style.colors found!'
989 row_style.color = cell.color
992 assert not row_style.bgcolor, 'Multiple row_style.bgcolors found!'
993 row_style.bgcolor = cell.bgcolor
994 self._row_styles.append(row_style)