Home
last modified time | relevance | path

Searched refs:PercentComplete (Results 1 – 25 of 32) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/cocoa/download/
Ddownload_item_cell_unittest.mm60 ON_CALL(item, PercentComplete()).WillByDefault(Return(-1));
79 ON_CALL(item, PercentComplete()).WillByDefault(Return(0));
Ddownload_item_cell.mm240 } else if (downloadModel->PercentComplete() == -1) {
247 percentDone_ = downloadModel->PercentComplete();
/external/chromium_org/chrome/browser/download/
Ddownload_item_model.h78 int PercentComplete() const;
Ddownload_item_model.cc423 int DownloadItemModel::PercentComplete() const { in PercentComplete() function in DownloadItemModel
424 return download_->PercentComplete(); in PercentComplete()
Ddownload_browsertest.cc154 return item_->PercentComplete() == 100; in WaitForFinished()
166 ((prev_percent_ > item_->PercentComplete()) || in OnDownloadUpdated()
168 (item_->PercentComplete() != 100)))) { in OnDownloadUpdated()
3045 ASSERT_EQ(100, download_items[0]->PercentComplete()); in IN_PROC_BROWSER_TEST_F()
/external/chromium/chrome/browser/download/
Dsave_item.h47 int PercentComplete() const;
Dsave_item.cc94 int SaveItem::PercentComplete() const { in PercentComplete() function in SaveItem
Ddownload_item.h191 int PercentComplete() const;
Dsave_package.h120 int PercentComplete();
Ddownload_util.cc648 static_cast<int>(download->PercentComplete())); in CreateDownloadItemValue()
658 static_cast<int>(download->PercentComplete())); in CreateDownloadItemValue()
Ddownload_item.cc458 int DownloadItem::PercentComplete() const { in PercentComplete() function in DownloadItem
/external/chromium_org/content/browser/download/
Dsave_item.h48 int PercentComplete() const;
Dsave_item.cc95 int SaveItem::PercentComplete() const { in PercentComplete() function in content::SaveItem
Dsave_package.h113 int PercentComplete();
Ddownload_item_impl.h137 virtual int PercentComplete() const OVERRIDE;
Ddownload_manager_impl_unittest.cc121 MOCK_CONST_METHOD0(PercentComplete, int());
/external/chromium_org/content/public/test/
Dmock_download_item.h68 MOCK_CONST_METHOD0(PercentComplete, int());
/external/chromium_org/content/public/browser/
Ddownload_item.h265 virtual int PercentComplete() const = 0;
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
Dwrite_from_url_operation.cc147 SetProgress(download->PercentComplete()); in OnDownloadUpdated()
/external/chromium_org/chrome/browser/ui/webui/
Ddownloads_dom_handler.cc196 static_cast<int>(download_item->PercentComplete())); in CreateDownloadItemValue()
208 static_cast<int>(download_item->PercentComplete())); in CreateDownloadItemValue()
/external/chromium_org/content/browser/android/
Ddownload_controller_android_impl.cc279 item->GetId(), item->PercentComplete(), time_delta.InMilliseconds()); in OnDownloadUpdated()
/external/chromium_org/chrome/browser/extensions/
Dwebstore_installer.cc491 int percent = download->PercentComplete(); in OnDownloadUpdated()
/external/chromium_org/chrome/browser/automation/
Dautomation_provider.cc364 dl_item_value->SetInteger("PercentComplete", download->PercentComplete()); in GetDictionaryFromDownloadItem()
/external/chromium/chrome/browser/ui/gtk/download/
Ddownload_item_gtk.cc879 get_download()->PercentComplete(), in OnProgressAreaExpose()
/external/chromium/chrome/browser/automation/
Dautomation_provider.cc266 dl_item_value->SetInteger("PercentComplete", download->PercentComplete()); in GetDictionaryFromDownloadItem()

12