Home
last modified time | relevance | path

Searched refs:createOption (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DCanvasReplayStateView.js49 …this._currentOption = this._resourceSelector.createOption(WebInspector.UIString("<auto>"), WebInsp…
255 …var option = this._resourceSelector.createOption(argument.description, WebInspector.UIString("Show…
DCanvasProfileView.js72 …this._replayContextSelector.createOption(WebInspector.UIString("<screenshot auto>"), WebInspector.…
355 …this._replayContextSelector.createOption(description, WebInspector.UIString("Show screenshot of th…
635 …this._capturingModeSelector.createOption(WebInspector.UIString("Single Frame"), WebInspector.UIStr…
636 …this._capturingModeSelector.createOption(WebInspector.UIString("Consecutive Frames"), WebInspector…
DHeapSnapshotView.js133 this.viewSelect.createOption(WebInspector.UIString(this.views[i].title));
683 this.baseSelect.createOption(title);
695 this.filterSelect.createOption(WebInspector.UIString("All objects"));
703 this.filterSelect.createOption(title);
DCPUProfileView.js55 …options[WebInspector.CPUProfileView._TypeFlame] = this.viewSelectComboBox.createOption(WebInspecto…
56 …options[WebInspector.CPUProfileView._TypeHeavy] = this.viewSelectComboBox.createOption(WebInspecto…
57 …options[WebInspector.CPUProfileView._TypeTree] = this.viewSelectComboBox.createOption(WebInspector…
DStatusBarButton.js443 createOption: function(label, title, value) method in WebInspector.StatusBarComboBox
DConsoleView.js160 var option = this._frameSelector.createOption(contextList.displayName, contextList.url);
208 var option = this._contextSelector.createOption(executionContext.name, executionContext.id);