HomeSort by relevance Sort by last modified time
    Searched refs:_progress (Results 1 - 8 of 8) sorted by null

  /external/lzma/CPP/7zip/Common/
ProgressUtils.cpp 16 _progress = progress;
17 _progress.QueryInterface(IID_ICompressProgressInfo, &_ratioProgress);
35 return _progress->SetCompleted(_inSizeIsMain ? &inSizeNew : &outSizeNew);
ProgressUtils.h 15 CMyComPtr<IProgress> _progress; member in class:CLocalProgress
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
AuditController.js 49 this._progress.setTitle(WebInspector.UIString("Running audit"));
61 if (this._progress.isCanceled())
62 this._progress.done();
76 this._progress.done();
81 var compositeProgress = new WebInspector.CompositeProgress(this._progress);
101 if (!this._progress.isCanceled())
117 this._progress = progress;
HeapSnapshotLoader.js 39 this._progress = new WebInspector.HeapSnapshotProgress(dispatcher);
63 this._progress.updateStatus("Processing snapshot\u2026");
65 var result = new constructor(this._snapshot, this._progress);
110 this._progress.updateStatus("Parsing strings\u2026");
133 this._progress.updateStatus("Loading snapshot info\u2026");
163 this._progress.updateProgress("Loading nodes\u2026 %d\%", this._arrayIndex, this._array.length);
189 this._progress.updateProgress("Loading edges\u2026 %d\%", this._arrayIndex, this._array.length);
246 this._progress.updateStatus("Loading strings\u2026");
ExtensionAuditCategory.js 84 this._progress = progress;
85 this._progress.setTotalWork(1);
96 this._progress.done();
125 this._progress.setWorked(this._actualResults / this._expectedResults);
136 this._progress.setWorked(progress);
TimelineModel.js 358 this._progress = progress;
394 this._progress.done();
421 this._progress = progress;
427 this._progress.setTitle(WebInspector.UIString("Loading\u2026"));
435 if (this._progress.isCanceled()) {
437 this._progress.done();
444 this._progress.setTotalWork(totalSize);
445 this._progress.setWorked(reader.loadedSize());
451 this._progress.done();
459 this._progress.done()
    [all...]
HeapSnapshot.js 537 this._progress = progress;
550 this._progress.updateStatus("Buiding allocation statistics\u2026");
552 this._progress.updateStatus("Done");
624 this._progress.updateStatus("Building edge indexes\u2026");
626 this._progress.updateStatus("Marking invisible edges\u2026");
628 this._progress.updateStatus("Building retainers\u2026");
630 this._progress.updateStatus("Calculating node flags\u2026");
632 this._progress.updateStatus("Calculating distances\u2026");
634 this._progress.updateStatus("Building postorder index\u2026");
637 this._progress.updateStatus("Building dominator tree\u2026")
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.mm 86 - (CGFloat)_progress;
    [all...]

Completed in 525 milliseconds