Lines Matching full:track
14 function SelectionSliceHit(track, slice) {
15 this.track = track;
27 function SelectionCounterSampleHit(track, counter, sampleIndex) {
28 this.track = track;
34 return this.track.selectedSamples[this.sampleIndex] == true;
38 this.track.selectedSamples[this.sampleIndex] = true;
40 this.track.selectedSamples[this.sampleIndex] = false;
41 this.track.invalidate();
100 addSlice: function(track, slice) {
101 return this.push_(new SelectionSliceHit(track, slice));
104 addCounterSample: function(track, counter, sampleIndex) {
107 track, counter, sampleIndex));
171 hit.track.addItemNearToProvidedHitToSelection(