HomeSort by relevance Sort by last modified time
    Searched refs:GetProgress (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/download/
download_status_updater_gtk.cc 13 GetProgress(&progress, &download_count);
download_status_updater.h 26 bool GetProgress(float* progress, int* download_count) const;
download_status_updater_unittest.cc 143 // Set return values relevant to |DownloadStatusUpdater::GetProgress()|
199 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
215 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
234 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
241 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
251 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
301 EXPECT_FALSE(updater_->GetProgress(&progress, &download_count));
312 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
327 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
346 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count))
    [all...]
download_status_updater.cc 58 bool DownloadStatusUpdater::GetProgress(float* progress,
144 GetProgress(&progress, &download_count);
download_status_updater_win.cc 91 bool progress_known = GetProgress(&progress, &download_count);
  /external/chromium/chrome/browser/download/
download_status_updater_unittest.cc 85 EXPECT_TRUE(updater_.GetProgress(&progress));
95 EXPECT_TRUE(updater_.GetProgress(&progress));
106 EXPECT_TRUE(updater_.GetProgress(&progress));
115 EXPECT_FALSE(updater_.GetProgress(&progress));
127 EXPECT_TRUE(updater_.GetProgress(&progress));
142 EXPECT_TRUE(updater_.GetProgress(&progress));
151 EXPECT_FALSE(updater_.GetProgress(&progress));
160 EXPECT_TRUE(updater_.GetProgress(&progress));
download_status_updater.cc 31 bool progress_known = GetProgress(&progress);
38 bool DownloadStatusUpdater::GetProgress(float* progress) {
download_status_updater.h 36 bool GetProgress(float* progress);
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation_unittest.cc 32 EXPECT_EQ(0, op->GetProgress());
operation.h 63 int GetProgress();
operation.cc 56 int Operation::GetProgress() {
  /external/chromium_org/cc/animation/
keyframed_animation_curve.cc 31 float GetProgress(double t, size_t i, const Keyframes& keyframes) {
206 float progress = GetProgress(t, i, keyframes_);
253 float progress = GetProgress(t, i, keyframes_);
  /external/chromium_org/chrome/browser/component_updater/
background_downloader_win.cc 187 hr = file->GetProgress(&bg_file_progress);
209 HRESULT hr = job->GetProgress(&job_progress);

Completed in 602 milliseconds