Searched refs:GetProgress (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_status_updater.h26 bool GetProgress(float* progress, int* download_count) const;
H A Ddownload_status_updater_unittest.cc137 // Set return values relevant to |DownloadStatusUpdater::GetProgress()|
193 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
209 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
228 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
235 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
245 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
295 EXPECT_FALSE(updater_->GetProgress(&progress, &download_count));
306 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
321 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
340 EXPECT_TRUE(updater_->GetProgress(
[all...]
H A Ddownload_status_updater.cc58 bool DownloadStatusUpdater::GetProgress(float* progress, function in class:DownloadStatusUpdater
144 GetProgress(&progress, &download_count);
H A Ddownload_status_updater_win.cc65 bool progress_known = GetProgress(&progress, &download_count);
/external/chromium_org/sync/test/engine/
H A Dsingle_type_mock_server.h66 sync_pb::DataTypeProgressMarker GetProgress() const;
H A Dsingle_type_mock_server.cc147 sync_pb::DataTypeProgressMarker SingleTypeMockServer::GetProgress() const { function in class:syncer::SingleTypeMockServer
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation.h72 int GetProgress();
H A Doperation.cc61 int Operation::GetProgress() { function in class:extensions::image_writer::Operation
278 if (progress > GetProgress()) {
H A Doperation_unittest.cc264 EXPECT_EQ(0, operation_->GetProgress());
/external/chromium_org/cc/animation/
H A Dkeyframed_animation_curve.cc33 float GetProgress(double t, size_t i, const Keyframes& keyframes) { function in namespace:cc::__anon2626
200 float progress = GetProgress(t, i, keyframes_);
247 float progress = GetProgress(t, i, keyframes_);
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
H A Dbackground_tasks.py141 def GetProgress(self): member in class:BackgroundTask
H A Dwww_server.py635 return _HTTP_OK, [], task.GetProgress()
/external/chromium_org/sync/engine/
H A Dmodel_type_sync_worker_impl_unittest.cc380 worker_->ProcessGetUpdatesResponse(mock_server_.GetProgress(),
404 worker_->ProcessGetUpdatesResponse(mock_server_.GetProgress(),
414 worker_->ProcessGetUpdatesResponse(mock_server_.GetProgress(),
437 worker_->ProcessGetUpdatesResponse(mock_server_.GetProgress(),
/external/chromium_org/components/component_updater/
H A Dbackground_downloader_win.cc193 hr = file->GetProgress(&bg_file_progress);
215 HRESULT hr = job->GetProgress(&job_progress);

Completed in 215 milliseconds