Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/front-end/
DDetailedHeapshotGridNodes.js311 …return {count:"", addedCount: "", removedCount: "", countDelta:"", addedSize: "", removedSize: "",…
400 return {count:"", countDelta:"", sizeDelta: ""};
601 countDelta: ["selfSize", sortAscending, "id", true], property
643 var countDelta = this._diff.countDelta;
644 …countDelta"] = WebInspector.UIString("%s%d", this._signForDelta(countDelta), Math.abs(countDelta));
DHeapSnapshotView.js78 countDelta: { title: WebInspector.UIString("\xb1 Count"), width: "72px", sortable: true }, property
237 …dNode._searchMatchedCountDeltaColumn = operation(heapSnapshotDataGridNode.countDelta, queryNumber);
461countDelta: [this.showCountDeltaAsPercent ? "countDeltaPercent" : "countDelta", "constructorName"], property
761 return this.countDelta / this.baseCount * 100.0;
801 …a"] = WebInspector.UIString("%s%d", this.signForDelta(this.countDelta), Math.abs(this.countDelta));
845 this.countDelta = this.count - this.baseCount;
934 this.countDelta = this.count - this.baseCount;
DheapProfiler.css80 .heap-snapshot-view .data-grid th.countDelta-column {
84 .heap-snapshot-view .data-grid td.countDelta-column {
181 .detailed-heapshot-view .data-grid td.countDelta-column {
DDetailedHeapshotView.js165 countDelta: { title: "\u0394", width: "40px", sortable: true }, property
182 countDelta: ["_countDelta", sortAscending, "_name", true],
DHeapSnapshot.js1199 diff.countDelta = diff.addedCount - diff.removedCount;
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0662631 (.heap-snapshot-view .data-grid th.countDelta-column):
62632 (.heap-snapshot-view .data-grid td.countDelta-column):
70311 (.heap-snapshot-view .data-grid th.countDelta-column):
70312 (.heap-snapshot-view .data-grid td.countDelta-column):