Searched refs:gestureOpenSlice (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/ |
D | gesture_parser.js | 38 gestureOpenSlice: function(title, ts, opt_args) { method in GestureParser 72 this.gestureOpenSlice('GestureLog', ts, {name: innerEvent[2]}); 95 this.gestureOpenSlice('SyncInterpret', ts, 119 this.gestureOpenSlice('HandleTimer', ts,
|
/external/chromium-trace/ |
D | script.js | 57 …acing.importer.linux_perf.Parser;d.prototype={__proto__:b.prototype,gestureOpenSlice:function(a,c,… method in d 58 …^\s*(\w+):\s*(\w+)$/.exec(g.details);switch(a[1]){case "start":this.gestureOpenSlice("GestureLog",… 59 …gestureOpenSlice("SyncInterpret",b,{interpreter:a[2]});break;case "end":this.gestureCloseSlice("Sy…
|