HomeSort by relevance Sort by last modified time
    Searched refs:row_style (Results 1 - 2 of 2) sorted by null

  /external/clang/www/
make_cxx_dr_status 146 row_style = ' class="open"'
151 row_style = '' variable
162 </tr>''' % (row_style, dr.issue, dr.url, dr.issue, dr.status, dr.title, avail_style, avail)
  /external/toolchain-utils/cros_utils/
tabulator.py 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)
    [all...]

Completed in 262 milliseconds