Searched refs:PercentComplete (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium/chrome/browser/download/
H A Dsave_item.cc94 int SaveItem::PercentComplete() const { function in class:SaveItem
H A Dsave_item.h47 int PercentComplete() const;
H A Ddownload_item.h191 int PercentComplete() const;
H A Dsave_package.h120 int PercentComplete();
H A Ddownload_item.cc458 int DownloadItem::PercentComplete() const { function in class:DownloadItem
H A Ddownload_util.cc648 static_cast<int>(download->PercentComplete()));
658 static_cast<int>(download->PercentComplete()));
/external/chromium_org/chrome/browser/download/
H A Ddownload_item_model.h78 int PercentComplete() const;
H A Ddownload_item_model.cc423 int DownloadItemModel::PercentComplete() const { function in class:DownloadItemModel
424 return download_->PercentComplete();
H A Ddownload_browsertest.cc154 return item_->PercentComplete() == 100;
166 ((prev_percent_ > item_->PercentComplete()) ||
168 (item_->PercentComplete() != 100)))) {
3041 // PercentComplete() never regresses.
3045 ASSERT_EQ(100, download_items[0]->PercentComplete());
/external/chromium_org/content/browser/download/
H A Dsave_item.h48 int PercentComplete() const;
H A Dsave_item.cc95 int SaveItem::PercentComplete() const { function in class:content::SaveItem
H A Dsave_package.h113 int PercentComplete();
H A Ddownload_item_impl.h137 virtual int PercentComplete() const OVERRIDE;
H A Ddownload_manager_impl_unittest.cc121 MOCK_CONST_METHOD0(PercentComplete, int());
/external/chromium_org/content/public/test/
H A Dmock_download_item.h68 MOCK_CONST_METHOD0(PercentComplete, int());
/external/chromium_org/content/public/browser/
H A Ddownload_item.h265 virtual int PercentComplete() const = 0;
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dwrite_from_url_operation.cc147 SetProgress(download->PercentComplete());
/external/chromium_org/chrome/browser/ui/webui/
H A Ddownloads_dom_handler.cc196 static_cast<int>(download_item->PercentComplete()));
208 static_cast<int>(download_item->PercentComplete()));
/external/chromium_org/content/browser/android/
H A Ddownload_controller_android_impl.cc279 item->GetId(), item->PercentComplete(), time_delta.InMilliseconds());
/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider.cc364 dl_item_value->SetInteger("PercentComplete", download->PercentComplete());
/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_installer.cc491 int percent = download->PercentComplete();
/external/chromium/chrome/browser/automation/
H A Dautomation_provider.cc266 dl_item_value->SetInteger("PercentComplete", download->PercentComplete());
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_item_gtk.cc879 get_download()->PercentComplete(),
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc925 download_->PercentComplete(),
/external/chromium_org/chrome/browser/ui/gtk/download/
H A Ddownload_item_gtk.cc884 download_model_.PercentComplete(),

Completed in 881 milliseconds

12