Searched refs:instantEvent (Results 1 – 7 of 7) sorted by relevance
159 function(instantEvent) { return instantEvent.start; }, argument163 var instantEvent = instantEvents[i];164 var x = instantEvent.start;169 var w = Math.max(instantEvent.duration, 0.001);170 var colorId = instantEvent.selected ?171 instantEvent.colorId + highlightIdBoost :172 instantEvent.colorId;
59 function onPickHit(instantEvent) { argument60 var hit = selection.addSlice(this, instantEvent);
118 function onPickHit(instantEvent) { argument119 var hit = selection.addSlice(this, instantEvent);
58 pushInstantEvent: function(instantEvent) { argument59 this.instantEvents.push(instantEvent);
70 pushInstantEvent: function(instantEvent) { argument71 this.slices.push(instantEvent);
277 var instantEvent = new constructor(event.cat, event.name,280 switch (instantEvent.type) {282 this.model_.pushInstantEvent(instantEvent);287 process.pushInstantEvent(instantEvent);293 thread.sliceGroup.pushInstantEvent(instantEvent);
88 pushInstantEvent: function(instantEvent) { argument89 this.instantEvents.push(instantEvent);