HomeSort by relevance Sort by last modified time
    Searched defs:download_count (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/download/
download_status_updater_win.cc 20 void UpdateTaskbarProgressBar(int download_count,
48 if (download_count == 0 || progress == 1.0f)
64 int download_count = 0; local
65 bool progress_known = GetProgress(&progress, &download_count);
66 UpdateTaskbarProgressBar(download_count, progress_known, progress);
download_status_updater.cc 59 int* download_count) const {
61 *download_count = 0;
74 ++*download_count;
143 int download_count = 0; local
144 GetProgress(&progress, &download_count);
145 linux_ui->SetDownloadCount(download_count);
download_request_limiter.h 100 size_t download_count() const { function in class:DownloadRequestLimiter::TabDownloadState
download_status_updater_unittest.cc 192 int download_count = -1; local
193 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
195 EXPECT_EQ(0, download_count);
206 int download_count = -1; local
209 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
211 EXPECT_EQ(0, download_count);
227 int download_count = -1; local
228 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
230 EXPECT_EQ(2, download_count);
235 EXPECT_TRUE(updater_->GetProgress(&progress, &download_count));
294 int download_count = -1; local
305 int download_count = -1; local
320 int download_count = -1; local
339 int download_count = -1; local
    [all...]
  /external/chromium_org/chrome/browser/lifetime/
browser_close_manager.cc 74 int download_count = DownloadService::NonMaliciousDownloadCountAllProfiles(); local
75 if (download_count == 0) {
80 download_count,
85 int download_count,
91 download_count,
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 1245 GetNativeWindow(), download_count, dialog_type, app_modal, callback); local
    [all...]

Completed in 88 milliseconds