D | timeline_model.js | 31 function TimelineSlice(title, colorId, start, args, opt_duration) { argument 34 this.colorId = colorId; 65 function TimelineThreadSlice(title, colorId, start, args, opt_duration) { argument 66 TimelineSlice.call(this, title, colorId, start, args, opt_duration); 81 function TimelineAsyncSlice(title, colorId, start, args) { argument 82 TimelineSlice.call(this, title, colorId, start, args);
|