Searched refs:_createExperiment (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | Settings.js | 269 …this.asyncStackTraces = this._createExperiment("asyncStackTraces", "Enable support for async stack… 270 …this.fileSystemInspection = this._createExperiment("fileSystemInspection", "FileSystem inspection"… 271 this.canvasInspection = this._createExperiment("canvasInspection ", "Canvas inspection"); 272 this.cssRegions = this._createExperiment("cssRegions", "CSS Regions Support"); 273 …this.frameworksDebuggingSupport = this._createExperiment("frameworksDebuggingSupport", "Enable fra… 274 this.layersPanel = this._createExperiment("layersPanel", "Show Layers panel"); 275 …this.stepIntoSelection = this._createExperiment("stepIntoSelection", "Show step-in candidates whil… 276 …this.doNotOpenDrawerOnEsc = this._createExperiment("doNotOpenDrawerWithEsc", "Do not open drawer o… 277 this.showEditorInDrawer = this._createExperiment("showEditorInDrawer", "Show editor in drawer"); 278 this.gpuTimeline = this._createExperiment("gpuTimeline", "Show GPU data on timeline"); [all …]
|