Searched defs:HeapSnapshotProfileType (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
H A DHeapSnapshotView.js325 return WebInspector.panels.profiles.getProfiles(WebInspector.HeapSnapshotProfileType.TypeId);
993 WebInspector.HeapSnapshotProfileType = function()
995 WebInspector.ProfileType.call(this, WebInspector.HeapSnapshotProfileType.TypeId, WebInspector.UIString("HEAP SNAPSHOTS"));
998 WebInspector.HeapSnapshotProfileType.TypeId = "HEAP";
1000 WebInspector.HeapSnapshotProfileType.prototype = {
1032 WebInspector.HeapSnapshotProfileType.prototype.__proto__ = WebInspector.ProfileType.prototype;

Completed in 177 milliseconds