Searched refs:StatusBarComboBox (Results 1 – 7 of 7) sorted by relevance
399 WebInspector.StatusBarComboBox = function(changeHandler, className) class in WebInspector412 WebInspector.StatusBarComboBox.prototype = {
71 …this._replayContextSelector = new WebInspector.StatusBarComboBox(this._onReplayContextChanged.bind…633 …this._capturingModeSelector = new WebInspector.StatusBarComboBox(this._dispatchViewUpdatedEvent.bi…644 …this._frameSelector = new WebInspector.StatusBarComboBox(this._dispatchViewUpdatedEvent.bind(this)…
419 this._filterComboBox = new WebInspector.StatusBarComboBox(this._filterChanged.bind(this));
122 this.viewSelect = new WebInspector.StatusBarComboBox(this._onSelectedViewChanged.bind(this));137 this.baseSelect = new WebInspector.StatusBarComboBox(this._changeBase.bind(this));141 this.filterSelect = new WebInspector.StatusBarComboBox(this._changeFilter.bind(this));
48 …this._resourceSelector = new WebInspector.StatusBarComboBox(this._onReplayResourceChanged.bind(thi…
53 …this._frameSelector = new WebInspector.StatusBarComboBox(this._frameChanged.bind(this), "console-c…54 …this._contextSelector = new WebInspector.StatusBarComboBox(this._contextChanged.bind(this), "conso…
52 this.viewSelectComboBox = new WebInspector.StatusBarComboBox(this._changeView.bind(this));