Home
last modified time | relevance | path

Searched refs:UpdateProgress (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/renderer/pepper/
Dpepper_url_loader_host.cc139 UpdateProgress(); in didSendData()
146 UpdateProgress(); in didReceiveResponse()
155 UpdateProgress(); in didDownloadData()
164 UpdateProgress(); in didReceiveData()
419 void PepperURLLoaderHost::UpdateProgress() { in UpdateProgress() function in content::PepperURLLoaderHost
Dpepper_url_loader_host.h110 void UpdateProgress();
/external/vixl/tools/
Dtest.py38 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 ==')
Dprinter.py59 def UpdateProgress(start_time, passed, failed, count, verbose, name): function
/external/chromium_org/chrome/browser/chromeos/drive/
Djob_scheduler.cc591 base::Bind(&JobScheduler::UpdateProgress, in DownloadFile()
630 params.progress_callback = base::Bind(&JobScheduler::UpdateProgress, in UploadNewFile()
667 params.progress_callback = base::Bind(&JobScheduler::UpdateProgress, in UploadExistingFile()
1000 params.progress_callback = base::Bind(&JobScheduler::UpdateProgress, in OnUploadCompletionJobDone()
1033 void JobScheduler::UpdateProgress(JobID job_id, int64 progress, int64 total) { in UpdateProgress() function in drive::JobScheduler
Djob_scheduler.h341 void UpdateProgress(JobID job_id, int64 progress, int64 total);
/external/chromium_org/content/browser/download/
Ddownload_manager_impl_unittest.cc107 MOCK_METHOD3(UpdateProgress, void(int64, int64, const std::string&));