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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImageSavingTask.java 48 static class UpdateProgress implements Update {
111 UpdateProgress updateProgress = new UpdateProgress();
112 updateProgress.max = max;
113 updateProgress.current = current;
114 postUpdate(updateProgress);
142 if (message instanceof UpdateProgress) {
143 UpdateProgress progress = (UpdateProgress) message
    [all...]
  /external/vixl/tools/
test.py 38 from printer import EnsureNewLine, Print, UpdateProgress
148 UpdateProgress(start_time, passed, failed, count, args.verbose, test.name)
155 UpdateProgress(start_time, passed, failed, count, args.verbose, '== Done ==')
printer.py 48 # display (provided by UpdateProgress).
59 def UpdateProgress(start_time, passed, failed, count, verbose, name):
  /external/chromium_org/content/renderer/pepper/
pepper_url_loader_host.cc 139 UpdateProgress();
146 UpdateProgress();
155 UpdateProgress();
164 UpdateProgress();
419 void PepperURLLoaderHost::UpdateProgress() {
pepper_url_loader_host.h 109 // Sends the UpdateProgress message (if necessary) to the plugin.
110 void UpdateProgress();
  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler.cc 591 base::Bind(&JobScheduler::UpdateProgress,
630 params.progress_callback = base::Bind(&JobScheduler::UpdateProgress,
667 params.progress_callback = base::Bind(&JobScheduler::UpdateProgress,
    [all...]
job_scheduler.h 341 void UpdateProgress(JobID job_id, int64 progress, int64 total);
  /external/chromium_org/content/browser/download/
download_manager_impl_unittest.cc 107 MOCK_METHOD3(UpdateProgress, void(int64, int64, const std::string&));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shobjidl.h     [all...]

Completed in 235 milliseconds