Searched refs:addedCount (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/inspector/front-end/ |
D | DetailedHeapshotGridNodes.js | 311 …return {count:"", addedCount: "", removedCount: "", countDelta:"", addedSize: "", removedSize: "",… 599 addedCount: ["selfSize", sortAscending, "id", true], property 641 data["addedCount"] = this._diff.addedCount;
|
D | HeapSnapshot.js | 1171 var diff = { addedCount: 0, removedCount: 0, addedSize: 0, removedSize: 0 }; property 1181 diff.addedCount++; 1195 diff.addedCount++; 1199 diff.countDelta = diff.addedCount - diff.removedCount;
|
D | heapProfiler.css | 173 .detailed-heapshot-view .data-grid td.addedCount-column {
|
D | DetailedHeapshotView.js | 162 …addedCount: { title: WebInspector.UIString("# New"), width: "72px", sortable: true, sort: "descend… property 180 addedCount: ["_addedCount", sortAscending, "_name", true],
|