Searched refs:UpdateProgress (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/content/renderer/pepper/ |
D | pepper_url_loader_host.cc | 139 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
|
D | pepper_url_loader_host.h | 110 void UpdateProgress();
|
/external/vixl/tools/ |
D | 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 ==')
|
D | printer.py | 59 def UpdateProgress(start_time, passed, failed, count, verbose, name): function
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | job_scheduler.cc | 591 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
|
D | job_scheduler.h | 341 void UpdateProgress(JobID job_id, int64 progress, int64 total);
|
/external/chromium_org/content/browser/download/ |
D | download_manager_impl_unittest.cc | 107 MOCK_METHOD3(UpdateProgress, void(int64, int64, const std::string&));
|