Home
last modified time | relevance | path

Searched refs:DetailedHeapshotView (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DDetailedHeapshotView.js382 WebInspector.DetailedHeapshotView = function(parent, profile) class in WebInspector
500 WebInspector.DetailedHeapshotView.prototype = {
969 WebInspector.DetailedHeapshotView.prototype.__proto__ = WebInspector.View.prototype; class in WebInspector
971 WebInspector.DetailedHeapshotView.prototype.showHiddenData = true;
1006 return new WebInspector.DetailedHeapshotView(WebInspector.panels.profiles, profile);
DDetailedHeapshotGridNodes.js277 var showHiddenData = WebInspector.DetailedHeapshotView.prototype.showHiddenData;
364 var showHiddenData = WebInspector.DetailedHeapshotView.prototype.showHiddenData;
671 var showHiddenData = WebInspector.DetailedHeapshotView.prototype.showHiddenData;
DProfilesPanel.js506 … if (WebInspector.DetailedHeapshotView.prototype.isDetailedSnapshot(loadedSnapshot)) {
DHeapSnapshot.js999 this._skipHidden = !WebInspector.DetailedHeapshotView.prototype.showHiddenData;
/external/webkit/Source/WebCore/
DChangeLog5519 * inspector/front-end/DetailedHeapshotView.js:
5521 (WebInspector.DetailedHeapshotView.prototype._mouseClickInContainmentGrid):
8497 * inspector/front-end/DetailedHeapshotView.js:
8501 (WebInspector.DetailedHeapshotView.prototype._mouseClickInRetainmentGrid.expandRoute):
8502 (WebInspector.DetailedHeapshotView.prototype._mouseClickInRetainmentGrid):
8503 (WebInspector.DetailedHeapshotView.prototype.changeView.sortingComplete):
8504 (WebInspector.DetailedHeapshotView.prototype.changeView):
10734 * inspector/front-end/DetailedHeapshotView.js:
10735 (WebInspector.DetailedHeapshotView.prototype._changeView):
13470 * inspector/front-end/DetailedHeapshotView.js:
[all …]
DChangeLog-2011-02-1610463 * inspector/front-end/DetailedHeapshotView.js:
17421 * inspector/front-end/DetailedHeapshotView.js: Added.
17422 (WebInspector.DetailedHeapshotView):
17423 (WebInspector.DetailedHeapshotView.prototype.get statusBarItems):
17424 (WebInspector.DetailedHeapshotView.prototype.get profile):
17425 (WebInspector.DetailedHeapshotView.prototype.set profile):
17426 (WebInspector.DetailedHeapshotView.prototype.show):
17427 (WebInspector.DetailedHeapshotView.prototype.hide):
DWebCore.gypi6197 'inspector/front-end/DetailedHeapshotView.js',