Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
DCPUProfileView.js51 …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…
DCanvasReplayStateView.js49 …this._currentOption = this._resourceSelector.createOption(WebInspector.UIString("<auto>"), WebInsp…
255 …var option = this._resourceSelector.createOption(argument.description, WebInspector.UIString("Show…
DCanvasProfileView.js81 …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…
DHeapSnapshotView.js138 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);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DStatusBarButton.js532 createOption: function(label, title, value) method in WebInspector.StatusBarComboBox