Searched refs:_totalSize (Results 1 – 4 of 4) sorted by relevance
104 Number.bytesToString(this._totalSize));114 this._totalSize = 0;130 this._totalSize += size;
104 … var groupData = [ item.folderName, "", "", "", "", this._totalSize(item.cookies), "", "" ];132 _totalSize: function(cookies) method in WebInspector.CookiesTable
116 this._totalSize = this._snapshot.totalSize;187 return this._totalSize;
6527 (WebInspector.CookiesTable.prototype._totalSize):