Searched refs:GetFileExternallyRemoved (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/content/public/test/
H A Dmock_download_item.h62 MOCK_CONST_METHOD0(GetFileExternallyRemoved, bool());
/external/chromium_org/content/public/browser/
H A Ddownload_item.h236 virtual bool GetFileExternallyRemoved() const = 0;
238 // If the file is successfully deleted, then GetFileExternallyRemoved() will
240 // nothing if GetState() == COMPLETE or GetFileExternallyRemoved() is already
/external/chromium_org/chrome/browser/download/
H A Ddownload_query_unittest.cc367 EXPECT_CALL(mock(0), GetFileExternallyRemoved()).WillRepeatedly(Return(
369 EXPECT_CALL(mock(1), GetFileExternallyRemoved()).WillRepeatedly(Return(
377 EXPECT_CALL(mock(0), GetFileExternallyRemoved()).WillRepeatedly(Return(
379 EXPECT_CALL(mock(1), GetFileExternallyRemoved()).WillRepeatedly(Return(
H A Ddownload_item_model_unittest.cc74 ON_CALL(item_, GetFileExternallyRemoved()).WillByDefault(Return(false));
H A Ddownload_item_model.cc260 if (download_->GetFileExternallyRemoved()) {
H A Ddownload_query.cc132 return !item.GetFileExternallyRemoved();
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.h131 virtual bool GetFileExternallyRemoved() const OVERRIDE;
H A Ddownload_manager_impl.cc460 !download_item->GetFileExternallyRemoved() &&
H A Ddownload_manager_impl_unittest.cc152 MOCK_CONST_METHOD0(GetFileExternallyRemoved, bool());
H A Ddownload_item_impl_unittest.cc870 EXPECT_FALSE(item->GetFileExternallyRemoved());
872 EXPECT_TRUE(item->GetFileExternallyRemoved());
H A Ddownload_item_impl.cc611 bool DownloadItemImpl::GetFileExternallyRemoved() const { function in class:content::DownloadItemImpl
/external/chromium_org/chrome/browser/ui/webui/
H A Ddownloads_dom_handler.cc163 download_item->GetFileExternallyRemoved());
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc245 json->SetBoolean(kExistsKey, !download_item->GetFileExternallyRemoved());
1216 Fault(download_item->GetFileExternallyRemoved(),
1229 if (!item_->GetFileExternallyRemoved())

Completed in 239 milliseconds