Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
DHeapSnapshotProxy.js334 nodeClassName: function(snapshotObjectId, callback) argument
336 this.callMethod(callback, "nodeClassName", snapshotObjectId);
514 nodePosition: function(snapshotObjectId, callback) argument
516 this.callMethod(callback, "nodePosition", snapshotObjectId);
DHeapSnapshotGridNodes.js82 nodePosition: function(snapshotObjectId, callback) { }, argument
1053 revealNodeBySnapshotObjectId: function(snapshotObjectId, callback) argument
1060 this._provider().nodePosition(snapshotObjectId, didGetNodePosition.bind(this));
1192 nodePosition: function(snapshotObjectId, callback) argument
1435 retrieveChildBySnapshotObjectId: function(snapshotObjectId, callback) argument
1442 this._provider().nodePosition(snapshotObjectId, didGetNodePosition.bind(this));
DProfilesPanel.js287 showObject: function(snapshotObjectId, perspectiveName) { } argument
865 showObject: function(snapshotObjectId, perspectiveName) argument
871 if (profile.maxJSObjectId >= snapshotObjectId) {
874 view.highlightLiveObject(perspectiveName, snapshotObjectId);
DHeapSnapshotDataGrids.js1062 var snapshotObjectId = dominatorIds.pop();
1063 …dominatorNode.retrieveChildBySnapshotObjectId(snapshotObjectId, expandNextDominator.bind(this, dom…
DHeapSnapshotView.js939 highlightLiveObject: function(perspectiveName, snapshotObjectId) argument
948 this._dataGrid.highlightObjectByHeapSnapshotId(snapshotObjectId, didHighlightObject);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/heap_snapshot_worker/
DHeapSnapshot.js1836 _nodeForSnapshotObjectId: function(snapshotObjectId) argument
1839 if (it.node.id() === snapshotObjectId)
1849 nodeClassName: function(snapshotObjectId) argument
1851 var node = this._nodeForSnapshotObjectId(snapshotObjectId);
1875 dominatorIdsForNode: function(snapshotObjectId) argument
1877 var node = this._nodeForSnapshotObjectId(snapshotObjectId);
2216 nodePosition: function(snapshotObjectId) argument
2222 if (node.id() === snapshotObjectId)