HomeSort by relevance Sort by last modified time
    Searched defs:Progress (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
Progress.js 35 WebInspector.Progress = function()
39 WebInspector.Progress.Events = {
44 WebInspector.Progress.prototype = {
83 * @param {!WebInspector.Progress} parent
93 parent.addEventListener(WebInspector.Progress.Events.Canceled, this._parentCanceled.bind(this));
101 this.dispatchEventToListeners(WebInspector.Progress.Events.Done);
107 this.dispatchEventToListeners(WebInspector.Progress.Events.Canceled);
109 this._children[i].dispatchEventToListeners(WebInspector.Progress.Events.Canceled);
143 * @implements {WebInspector.Progress}
176 this.dispatchEventToListeners(WebInspector.Progress.Events.Done)
    [all...]
  /external/chromium_org/ui/compositor/
layer_animator_collection.cc 44 void LayerAnimatorCollection::Progress(base::TimeTicks now) {
layer_animation_sequence.cc 55 void LayerAnimationSequence::Progress(base::TimeTicks now,
89 if (elements_[current_index]->Progress(now, delegate))
layer_animation_element.cc 663 bool LayerAnimationElement::Progress(base::TimeTicks now,
  /external/lzma/CPP/7zip/Common/
CWrappers.h 12 ICompressProgressInfo *Progress;
14 CCompressProgressWrap(ICompressProgressInfo *progress);
  /external/zlib/src/contrib/delphi/
ZLib.pas 53 procedure Progress(Sender: TObject); dynamic;
78 written to the output stream. This is useful for updating a progress
113 This is useful for updating a progress indicator when you are reading a
398 procedure TCustomZLibStream.Progress(Sender: TObject);
458 Progress(Self);
515 Progress(Self);
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
test_utils.cc 104 void FakeImageWriterClient::Progress(int64 progress) {
105 progress_callback_.Run(progress);
  /external/lzma/C/
MtCoder.c 56 static SRes Progress(ICompressProgress *p, UInt64 inSize, UInt64 outSize)
58 return (p && p->Progress(p, inSize, outSize) != SZ_OK) ? SZ_ERROR_PROGRESS : SZ_OK;
61 static void MtProgress_Init(CMtProgress *p, ICompressProgress *progress)
67 p->progress = progress;
87 p->res = Progress(p->progress, p->totalInSize, p->totalOutSize);
278 MtProgress_Init(&p->mtProgress, p->progress);
Lzma2Enc.c 236 static SRes Progress(ICompressProgress *p, UInt64 inSize, UInt64 outSize)
238 return (p && p->Progress(p, inSize, outSize) != SZ_OK) ? SZ_ERROR_PROGRESS : SZ_OK;
265 ISeqOutStream *outStream, ISeqInStream *inStream, ICompressProgress *progress)
286 res = Progress(progress, p->srcPos, packTotal);
435 ISeqOutStream *outStream, ISeqInStream *inStream, ICompressProgress *progress)
454 return Lzma2Enc_EncodeMt1(&p->coders[0], p, outStream, inStream, progress);
464 p->mtCoder.progress = progress;
Types.h 222 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);
  /external/chromium_org/third_party/WebKit/Source/platform/
Cursor.h 75 Progress,
  /external/chromium_org/tools/binary_size/
run_binary_size_analysis.py 478 class Progress():
492 progress = Progress()
494 progress.count += 1
498 progress.collisions += 1
503 if progress.count % progress_chunk == 0:
505 time_spent = time_now - progress.time_last_output
508 progress.time_last_output = time_now
509 chunk_size = progress.count - progress.count_last_outpu
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
Types.h 222 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
Types.h 223 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 260 createElementWithClassName('div', 'progress background');
264 createElementWithClassName('canvas', 'progress');
265 this.nodeProgressForeground_.width = Download.Progress.width;
266 this.nodeProgressForeground_.height = Download.Progress.height;
424 * Constants and "constants" for the progress meter.
426 Download.Progress = {
432 Download.Progress.HALF = Download.Progress.SIDE / 2;
435 if (floatEq(Download.Progress.scale, window.devicePixelRatio)) {
440 Download.Progress.scale = window.devicePixelRatio
    [all...]
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
ExtendedBitmapDrawable.java 69 private Progress mProgress;
92 // Placeholder and progress.
125 // Progress bar is optional.
128 mProgress = new Progress(mOpts.progressBar.getConstantState().newDrawable(mResources), mResources,
247 * The reason for this is that we need the placeholder and progress bar to be drawn over our
276 * Overriding this method to add your own custom placeholder or progress drawing.
370 * Each attachment gets its own placeholder and progress indicator, to be shown, hidden,
423 Log.v(TAG, String.format("OUT stateful setLoadState. new=%s placeholder=%s progress=%s",
516 private static class Progress extends TileDrawable {
520 public Progress(Drawable progress, Resources res
    [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 128 /// true if any progress was made.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mobsync.h 253 virtual HRESULT WINAPI Progress(REFSYNCMGRITEMID pItemID,LPSYNCMGRPROGRESSITEM lpSyncProgressItem) = 0;
269 HRESULT (WINAPI *Progress)(ISyncMgrSynchronizeCallback *This,REFSYNCMGRITEMID pItemID,LPSYNCMGRPROGRESSITEM lpSyncProgressItem);
287 #define ISyncMgrSynchronizeCallback_Progress(This,pItemID,lpSyncProgressItem) (This)->lpVtbl->Progress(This,pItemID,lpSyncProgressItem)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 265 milliseconds