/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
D | operation.cc | 174 void Operation::SetProgress(int progress) { in Start() function in extensions::image_writer::Operation 179 base::Bind(&Operation::SetProgress, in Start() 245 SetProgress(kProgressComplete); in Start() 279 SetProgress(progress); in Start() 352 SetProgress(percent_curr); in Start() 382 SetProgress(progress_percent); in Start()
|
D | write_from_url_operation.cc | 121 SetProgress(progress); in OnURLFetchDownloadProgress() 128 SetProgress(kProgressComplete); in OnURLFetchComplete() 186 SetProgress(kProgressComplete); in VerifyDownloadComplete()
|
D | operation_chromeos.cc | 109 SetProgress(kProgressComplete); in OnBurnFinished() 121 SetProgress(progress); in OnBurnProgress()
|
D | operation.h | 110 void SetProgress(int progress);
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
D | update_screen.cc | 144 actor_->SetProgress(kBeforeDownloadProgress); in UpdateStatusChanged() 185 actor_->SetProgress(kBeforeVerifyingProgress); in UpdateStatusChanged() 191 actor_->SetProgress(kBeforeFinalizingProgress); in UpdateStatusChanged() 198 actor_->SetProgress(kProgressComplete); in UpdateStatusChanged() 302 actor_->SetProgress(kBeforeUpdateCheckProgress); in Show() 437 actor_->SetProgress(kBeforeDownloadProgress + download_progress); in UpdateDownloadingStats()
|
D | update_screen_actor.h | 53 virtual void SetProgress(int progress) = 0;
|
D | mock_update_screen.h | 35 MOCK_METHOD1(SetProgress, void(int progress));
|
/external/lzma/Java/SevenZip/ |
D | ICodeProgress.java | 5 public void SetProgress(long inSize, long outSize); in SetProgress() method
|
D | LzmaBench.java | 202 public void SetProgress(long inSize, long outSize) in SetProgress() method in LzmaBench.CProgressInfo
|
/external/lzma/CS/7zip/ |
D | ICoder.cs | 34 void SetProgress(Int64 inSize, Int64 outSize); in SetProgress() method
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
D | update_screen_handler.h | 34 virtual void SetProgress(int progress) OVERRIDE;
|
D | update_screen_handler.cc | 90 void UpdateScreenHandler::SetProgress(int progress) { in SetProgress() function in chromeos::UpdateScreenHandler
|
/external/chromium_org/pdf/ |
D | progress_control.h | 53 virtual void SetProgress(double progress);
|
D | progress_control.cc | 170 void ProgressControl::SetProgress(double progress) { in SetProgress() function in chrome_pdf::ProgressControl
|
D | instance.cc | 1667 progress_bar_.SetProgress(progress); in DocumentLoadProgress()
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaBench.cs | 152 public void SetProgress(Int64 inSize, Int64 outSize) in SetProgress() method in SevenZip.LzmaBench.CProgressInfo
|
/external/lzma/Java/SevenZip/Compression/LZMA/ |
D | Encoder.java | 1290 progress.SetProgress(processedInSize[0], processedOutSize[0]); in Code()
|
/external/lzma/CS/7zip/Compress/LZMA/ |
D | LzmaEncoder.cs | 1290 progress.SetProgress(processedInSize, processedOutSize); in Code()
|