Searched refs:removedCount (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DHeapSnapshotGridNodes.js609 return { count: "", addedCount: "", removedCount: "", countDelta: "", addedSize: "", removedSize: "", sizeDelta: "" };
716 data["removedCount"] = "\u2022";
721 data["removedCount"] = "";
871 WebInspector.HeapSnapshotDiffNodesProvider = function(addedNodesProvider, deletedNodesProvider, addedCount, removedCount)
876 this._removedCount = removedCount;
948 this._removedCount = diffForClass.removedCount;
996 removedCount: ["selfSize", sortAscending, "id", true],
1020 data["removedCount"] = Number.withThousandsSeparator(this._removedCount);
H A DHeapSnapshot.js1296 removedCount: 0, property in class:diff
1307 diff.removedCount++;
1322 diff.removedCount++;
1332 diff.countDelta = diff.addedCount - diff.removedCount;
1334 if (!diff.addedCount && !diff.removedCount)
H A DheapProfiler.css95 .heap-snapshot-view .data-grid td.removedCount-column {
H A DHeapSnapshotDataGrids.js645 {id: "removedCount", title: WebInspector.UIString("# Deleted"), width: "72px", sortable: true},
669 removedCount: ["_removedCount", sortAscending, "_name", true],
/macosx-10.9.5/dyld-239.4/src/
H A Ddyld.cpp1653 int removedCount = 0; local
1660 ++removedCount;
1666 if ( removedCount != 0 ) {
1684 if ( removedCount > 0 ) {
1687 *d = d[removedCount];
1689 for(int i=0; i < removedCount; ++i)

Completed in 117 milliseconds