/external/chromium_org/chrome/browser/ui/cocoa/download/ |
D | download_item_cell_unittest.mm | 60 ON_CALL(item, PercentComplete()).WillByDefault(Return(-1)); 79 ON_CALL(item, PercentComplete()).WillByDefault(Return(0));
|
D | download_item_cell.mm | 240 } else if (downloadModel->PercentComplete() == -1) { 247 percentDone_ = downloadModel->PercentComplete();
|
/external/chromium_org/chrome/browser/download/ |
D | download_item_model.h | 78 int PercentComplete() const;
|
D | download_item_model.cc | 423 int DownloadItemModel::PercentComplete() const { in PercentComplete() function in DownloadItemModel 424 return download_->PercentComplete(); in PercentComplete()
|
D | download_browsertest.cc | 154 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/ |
D | save_item.h | 47 int PercentComplete() const;
|
D | save_item.cc | 94 int SaveItem::PercentComplete() const { in PercentComplete() function in SaveItem
|
D | download_item.h | 191 int PercentComplete() const;
|
D | save_package.h | 120 int PercentComplete();
|
D | download_util.cc | 648 static_cast<int>(download->PercentComplete())); in CreateDownloadItemValue() 658 static_cast<int>(download->PercentComplete())); in CreateDownloadItemValue()
|
D | download_item.cc | 458 int DownloadItem::PercentComplete() const { in PercentComplete() function in DownloadItem
|
/external/chromium_org/content/browser/download/ |
D | save_item.h | 48 int PercentComplete() const;
|
D | save_item.cc | 95 int SaveItem::PercentComplete() const { in PercentComplete() function in content::SaveItem
|
D | save_package.h | 113 int PercentComplete();
|
D | download_item_impl.h | 137 virtual int PercentComplete() const OVERRIDE;
|
D | download_manager_impl_unittest.cc | 121 MOCK_CONST_METHOD0(PercentComplete, int());
|
/external/chromium_org/content/public/test/ |
D | mock_download_item.h | 68 MOCK_CONST_METHOD0(PercentComplete, int());
|
/external/chromium_org/content/public/browser/ |
D | download_item.h | 265 virtual int PercentComplete() const = 0;
|
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
D | write_from_url_operation.cc | 147 SetProgress(download->PercentComplete()); in OnDownloadUpdated()
|
/external/chromium_org/chrome/browser/ui/webui/ |
D | downloads_dom_handler.cc | 196 static_cast<int>(download_item->PercentComplete())); in CreateDownloadItemValue() 208 static_cast<int>(download_item->PercentComplete())); in CreateDownloadItemValue()
|
/external/chromium_org/content/browser/android/ |
D | download_controller_android_impl.cc | 279 item->GetId(), item->PercentComplete(), time_delta.InMilliseconds()); in OnDownloadUpdated()
|
/external/chromium_org/chrome/browser/extensions/ |
D | webstore_installer.cc | 491 int percent = download->PercentComplete(); in OnDownloadUpdated()
|
/external/chromium_org/chrome/browser/automation/ |
D | automation_provider.cc | 364 dl_item_value->SetInteger("PercentComplete", download->PercentComplete()); in GetDictionaryFromDownloadItem()
|
/external/chromium/chrome/browser/ui/gtk/download/ |
D | download_item_gtk.cc | 879 get_download()->PercentComplete(), in OnProgressAreaExpose()
|
/external/chromium/chrome/browser/automation/ |
D | automation_provider.cc | 266 dl_item_value->SetInteger("PercentComplete", download->PercentComplete()); in GetDictionaryFromDownloadItem()
|