Searched refs:createOption (Results 1 – 5 of 5) sorted by relevance
51 …options[WebInspector.CPUProfileView._TypeFlame] = this.viewSelectComboBox.createOption(WebInspecto…52 …options[WebInspector.CPUProfileView._TypeHeavy] = this.viewSelectComboBox.createOption(WebInspecto…53 …options[WebInspector.CPUProfileView._TypeTree] = this.viewSelectComboBox.createOption(WebInspector…
49 …this._currentOption = this._resourceSelector.createOption(WebInspector.UIString("<auto>"), WebInsp…255 …var option = this._resourceSelector.createOption(argument.description, WebInspector.UIString("Show…
81 …this._replayContextSelector.createOption(WebInspector.UIString("<screenshot auto>"), WebInspector.…353 …this._replayContextSelector.createOption(description, WebInspector.UIString("Show screenshot of th…638 …this._capturingModeSelector.createOption(WebInspector.UIString("Single Frame"), WebInspector.UIStr…639 …this._capturingModeSelector.createOption(WebInspector.UIString("Consecutive Frames"), WebInspector…
138 this._perspectiveSelect.createOption(this._perspectives[i].title());968 this._baseSelect.createOption(title);980 this._filterSelect.createOption(WebInspector.UIString("All objects"));988 this._filterSelect.createOption(title);
532 createOption: function(label, title, value) method in WebInspector.StatusBarComboBox