Searched defs:SetProgress (Results 1 - 7 of 7) sorted by relevance

/external/lzma/Java/SevenZip/
H A DICodeProgress.java5 public void SetProgress(long inSize, long outSize); method in interface:ICodeProgress
H A DLzmaBench.java202 public void SetProgress(long inSize, long outSize) method in class:LzmaBench.CProgressInfo
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dupdate_screen_handler.cc90 void UpdateScreenHandler::SetProgress(int progress) { function in class:chromeos::UpdateScreenHandler
/external/lzma/CS/7zip/
H A DICoder.cs34 void SetProgress(Int64 inSize, Int64 outSize); method in interface:SevenZip.ICodeProgress
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation.cc174 void Operation::SetProgress(int progress) { function in class:extensions::image_writer::Operation
179 base::Bind(&Operation::SetProgress,
245 SetProgress(kProgressComplete);
279 SetProgress(progress);
352 SetProgress(percent_curr);
382 SetProgress(progress_percent);
/external/chromium_org/pdf/
H A Dprogress_control.cc170 void ProgressControl::SetProgress(double progress) { function in class:chrome_pdf::ProgressControl
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs152 public void SetProgress(Int64 inSize, Int64 outSize) method in class:SevenZip.LzmaBench.CProgressInfo

Completed in 154 milliseconds