Searched refs:htmlclass (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 1964 htmlclass = '' 1988 htmlclass = ' bg' 1990 htmlclass = ' ps' 1992 htmlclass = ' bg' 1995 newname = self.newAction(targetphase, name, pid, '', start, end, '', htmlclass, color) 1998 def newAction(self, phase, name, pid, parent, start, end, drv, htmlclass='', color=''): argument 2014 if htmlclass: 2015 list[name]['htmlclass'] = htmlclass
|