Searched refs:CPUProfileView (Results 1 – 20 of 20) sorted by relevance
31 WebInspector.CPUProfileView = function(profileHeader) class in WebInspector40 …e = WebInspector.settings.createSetting("cpuProfilerView", WebInspector.CPUProfileView._TypeHeavy);55 …nspector.CPUProfileView._TypeFlame] = this.viewSelectComboBox.createOption(WebInspector.UIString("…56 …ector.CPUProfileView._TypeHeavy] = this.viewSelectComboBox.createOption(WebInspector.UIString("Hea…57 …pector.CPUProfileView._TypeTree] = this.viewSelectComboBox.createOption(WebInspector.UIString("Tre…59 var optionName = this._viewType.get() || WebInspector.CPUProfileView._TypeFlame;60 var option = options[optionName] || options[WebInspector.CPUProfileView._TypeFlame];95 WebInspector.CPUProfileView._TypeFlame = "Flame";96 WebInspector.CPUProfileView._TypeTree = "Tree";97 WebInspector.CPUProfileView._TypeHeavy = "Heavy";[all …]
21 …idTree.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/CPUProfileView.js $(LOCAL_PAT…
312 'front_end/CPUProfileView.js',
23 …idTree.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/CPUProfileView.js $(LOCAL_PAT…
22 …idTree.js $(LOCAL_PATH)/third_party/WebKit/Source/devtools/front_end/CPUProfileView.js $(LOCAL_PAT…