Home
last modified time | relevance | path

Searched refs:StatusBarComboBox (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DStatusBarButton.js399 WebInspector.StatusBarComboBox = function(changeHandler, className) class in WebInspector
412 WebInspector.StatusBarComboBox.prototype = {
DCanvasProfileView.js71 …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)…
DFilterBar.js419 this._filterComboBox = new WebInspector.StatusBarComboBox(this._filterChanged.bind(this));
DHeapSnapshotView.js122 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));
DCanvasReplayStateView.js48 …this._resourceSelector = new WebInspector.StatusBarComboBox(this._onReplayResourceChanged.bind(thi…
DConsoleView.js53 …this._frameSelector = new WebInspector.StatusBarComboBox(this._frameChanged.bind(this), "console-c…
54 …this._contextSelector = new WebInspector.StatusBarComboBox(this._contextChanged.bind(this), "conso…
DCPUProfileView.js52 this.viewSelectComboBox = new WebInspector.StatusBarComboBox(this._changeView.bind(this));