Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/src/tracing/analysis/
Danalysis_view.js33 this.selections_ = []; property
65 this.selections_.push(selection);
77 this.selections_ = []; property
86 for (idx = 0; idx < this.selections_.length; ++idx) {
87 if (this.selections_[idx].guid === event.state.selection_guid)
91 if (idx >= this.selections_.length)
94 this.processSelection(this.selections_[idx]);
/external/chromium-trace/
Dscript.js330 …e="analysis-view";this.currentSelection_=this.currentView_=void 0;this.selections_=[];this.guid_=b… property
331selections_.push(b);window.history.pushState({view_guid:this.guid_,selection_guid:b.guid});this.pr… property
332 …this.selections_.length&&this.selections_[a].guid!==b.state.selection_guid;++a);a>=this.selections…