Home
last modified time | relevance | path

Searched refs:copySlice (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/trace-viewer/src/model/
Dslice_group.js180 copySlice: function(slice) { method in SliceGroup
262 var newSlice = result.copySlice(oldSlice);
299 nextSlice = result.copySlice(sB);
303 nextSlice = result.copySlice(sA);
/external/chromium-trace/
Dscript.js78 …alue(this.openPartialSlices_[this.openPartialSlices_.length-1].start))},copySlice:function(a){var …
79 ….end;if(b<e.start||g<b)throw Error("slice should not be split");var c=f.copySlice(e);e.start=b;e.d…
80 …ar q=e[c],p=g[h];void 0===q||void 0!==p&&q.end<p.end?(q=f.copySlice(p),p=!0,h--):(q=f.copySlice(q)…