Searched refs:htmlclass (Results 1 – 1 of 1) sorted by relevance
/tools/power/pm-graph/ |
D | sleepgraph.py | 1941 htmlclass = '' 1965 htmlclass = ' bg' 1967 htmlclass = ' ps' 1969 htmlclass = ' bg' 1972 newname = self.newAction(targetphase, name, pid, '', start, end, '', htmlclass, color) 1975 def newAction(self, phase, name, pid, parent, start, end, drv, htmlclass='', color=''): argument 1991 if htmlclass: 1992 list[name]['htmlclass'] = htmlclass
|