Home
last modified time | relevance | path

Searched refs:SetProgress (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
Doperation.cc174 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()
Dwrite_from_url_operation.cc121 SetProgress(progress); in OnURLFetchDownloadProgress()
128 SetProgress(kProgressComplete); in OnURLFetchComplete()
186 SetProgress(kProgressComplete); in VerifyDownloadComplete()
Doperation_chromeos.cc109 SetProgress(kProgressComplete); in OnBurnFinished()
121 SetProgress(progress); in OnBurnProgress()
Doperation.h110 void SetProgress(int progress);
/external/chromium_org/chrome/browser/chromeos/login/screens/
Dupdate_screen.cc144 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()
Dupdate_screen_actor.h53 virtual void SetProgress(int progress) = 0;
Dmock_update_screen.h35 MOCK_METHOD1(SetProgress, void(int progress));
/external/lzma/Java/SevenZip/
DICodeProgress.java5 public void SetProgress(long inSize, long outSize); in SetProgress() method
DLzmaBench.java202 public void SetProgress(long inSize, long outSize) in SetProgress() method in LzmaBench.CProgressInfo
/external/lzma/CS/7zip/
DICoder.cs34 void SetProgress(Int64 inSize, Int64 outSize); in SetProgress() method
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Dupdate_screen_handler.h34 virtual void SetProgress(int progress) OVERRIDE;
Dupdate_screen_handler.cc90 void UpdateScreenHandler::SetProgress(int progress) { in SetProgress() function in chromeos::UpdateScreenHandler
/external/chromium_org/pdf/
Dprogress_control.h53 virtual void SetProgress(double progress);
Dprogress_control.cc170 void ProgressControl::SetProgress(double progress) { in SetProgress() function in chrome_pdf::ProgressControl
Dinstance.cc1667 progress_bar_.SetProgress(progress); in DocumentLoadProgress()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs152 public void SetProgress(Int64 inSize, Int64 outSize) in SetProgress() method in SevenZip.LzmaBench.CProgressInfo
/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java1290 progress.SetProgress(processedInSize[0], processedOutSize[0]); in Code()
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs1290 progress.SetProgress(processedInSize, processedOutSize); in Code()