Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
DProfilesPanel.js308 this.showProfile(profile);
311 showProfile: function(profile) method in WebInspector.ProfilesPanel
336 this.showProfile(view.profile);
349 this.showProfile(this._profilesIdMap[this._makeKey(match[3], match[1])]);
512 WebInspector.panels.profiles.showProfile(this.profile);
565 WebInspector.panels.profiles.showProfile(this.children[this.children.length - 1].profile);
/external/webkit/WebKit/chromium/src/js/
DProfilerAgent.js124 profilesPanel.showProfile(profile);
DTests.js434 panel.showProfile(profile);
/external/webkit/WebCore/
DChangeLog-2010-01-297159 (WebInspector.ProfilesPanel.prototype.showProfile):
10315 (WebInspector.ProfilesPanel.prototype.showProfile):
43450 (WebInspector.ProfilesPanel.prototype.showProfile):
45755 (WebInspector.ProfilesPanel.prototype.showProfile):
DChangeLog-2009-06-1617396 (WebInspector.ProfilesPanel.prototype.showProfile):
86047 (WebInspector.ProfilesPanel.prototype.showProfile): Use profileViewForProfile.
86048 … (WebInspector.ProfilesPanel.prototype.showView): Call showProfile. Used by Panel to show a view.
DChangeLog-2008-08-1018797 (WebInspector.ProfilesPanel.prototype.showProfile): Create a ProfileView
18809 (WebInspector.ProfileSidebarTreeElement.prototype.onselect): Call ProfilesPanel.showProfile.