Searched refs:countDelta (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/inspector/front-end/ |
D | DetailedHeapshotGridNodes.js | 311 …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));
|
D | HeapSnapshotView.js | 78 countDelta: { title: WebInspector.UIString("\xb1 Count"), width: "72px", sortable: true }, property 237 …dNode._searchMatchedCountDeltaColumn = operation(heapSnapshotDataGridNode.countDelta, queryNumber); 461 …countDelta: [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;
|
D | heapProfiler.css | 80 .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 {
|
D | DetailedHeapshotView.js | 165 countDelta: { title: "\u0394", width: "40px", sortable: true }, property 182 countDelta: ["_countDelta", sortAscending, "_name", true],
|
D | HeapSnapshot.js | 1199 diff.countDelta = diff.addedCount - diff.removedCount;
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 62631 (.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):
|