Searched refs:ProfilesPanel (Results 1 - 9 of 9) sorted by relevance

/external/webkit/WebKit/chromium/src/js/
H A DDevTools.js314 var oldShow = WebInspector.ProfilesPanel.prototype.show;
315 WebInspector.ProfilesPanel.prototype.show = function()
322 WebInspector.ProfilesPanel.prototype.show = oldShow;
H A DHeapProfilerPanel.js35 WebInspector.ProfilesPanel.prototype.addSnapshot = function(snapshot) {
/external/webkit/WebCore/inspector/front-end/
H A DProfilesPanel.js91 WebInspector.ProfilesPanel = function()
126 WebInspector.ProfilesPanel.prototype = {
495 WebInspector.ProfilesPanel.prototype.__proto__ = WebInspector.Panel.prototype;
H A Dinspector.js209 this.panels.profiles = new WebInspector.ProfilesPanel();
/external/webkit/WebKit/mac/WebInspector/
H A DWebInspector.mm129 page->inspectorController()->showPanel(InspectorController::ProfilesPanel);
/external/webkit/WebKit/win/
H A DWebInspector.cpp220 inspector->showPanel(InspectorController::ProfilesPanel);
/external/webkit/WebCore/inspector/
H A DInspectorController.h112 ProfilesPanel, enumerator in enum:WebCore::InspectorController::__anon6614
H A DInspectorFrontend.cpp200 case InspectorController::ProfilesPanel:
H A DInspectorController.cpp1808 return ProfilesPanel;

Completed in 140 milliseconds