Home | History | Annotate | Download | only in timeline

Lines Matching refs:_selection

744         delete this._selection;
982 if (!this._selection) {
986 switch (this._selection.type()) {
988 var record = /** @type {!WebInspector.TimelineModel.Record} */ (this._selection.object());
993 var event = /** @type {!WebInspector.TracingModel.Event} */ (this._selection.object());
998 var frame = /** @type {!WebInspector.TimelineFrame} */ (this._selection.object());
1011 if (this._selection)
1093 this._selection = selection;