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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
H A DCookieItemsView.js105 Number.bytesToString(this._totalSize));
117 this._totalSize = 0;
136 this._totalSize += size;
/external/lzma/CPP/7zip/Archive/
H A DSplitHandler.cpp41 UInt64 _totalSize; member in class:NArchive::NSplit::CHandler
213 _totalSize = 0;
222 _totalSize += size;
249 _totalSize += size;
290 prop = _totalSize;
307 RINOK(extractCallback->SetTotal(_totalSize));
/external/pdfium/core/src/fxge/apple/
H A Dapple_int.h197 return (FX_FILESIZE)_totalSize;
203 return _offSet == _totalSize;
239 int _totalSize; member in class:CFX_FontProvider
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DSplitView.js146 delete this._totalSize; // Lazy update.
392 if (!this._totalSize) {
393 this._totalSize = this._isVertical ? this.element.offsetWidth : this.element.offsetHeight;
396 return this._totalSize * WebInspector.zoomManager.zoomFactor();
432 // this._totalSize is available below since we successfully applied constraints.
434 var mainSizeValue = (this._totalSize - size / WebInspector.zoomManager.zoomFactor()) + "px";
476 // No need to recalculate this._sidebarSize and this._totalSize again.
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DCookiesTable.js146 var groupData = {name: item.folderName, value: "", domain: "", path: "", expires: "", size: this._totalSize(item.cookies), httpOnly: "", secure: ""};
179 _totalSize: function(cookies)

Completed in 290 milliseconds