Home
last modified time | relevance | path

Searched refs:baseIds (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DHeapSnapshotProxy.js278 pushBaseIds: function(baseSnapshotId, baseIds) argument
280 this._diff.baseIds = baseIds;
DDetailedHeapshotGridNodes.js541 function baseIdsReceived(baseIds) argument
543 diff.pushBaseIds(dataGrid.baseSnapshot.uid, baseIds);
544 dataGrid.snapshot.pushBaseIds(dataGrid.baseSnapshot.uid, this._name, baseIds);
DHeapSnapshot.js1156 set baseIds(baseIds) argument
1158 this._baseIds = baseIds;
/external/webkit/Source/WebCore/
DChangeLog21283 (WebInspector.HeapSnapshotsDiff.prototype.set baseIds):