Searched defs:download_file_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/download/
H A Ddownload_file_unittest.cc120 DCHECK(!download_file_.get());
131 download_file_.reset(
140 download_file_->SetClientGuid(
150 download_file_->Initialize(base::Bind(
161 EXPECT_FALSE(download_file_->InProgress());
165 EXPECT_TRUE(base::ReadFileToString(download_file_->FullPath(), &disk_data));
170 download_file_.reset();
196 EXPECT_TRUE(base::GetFileSize(download_file_->FullPath(), &size));
251 download_file_->RenameAndUniquify(
270 download_file_
286 scoped_ptr<DownloadFile> download_file_; member in class:content::DownloadFileTest
[all...]
H A Ddownload_item_impl.h550 scoped_ptr<DownloadFile> download_file_; member in class:content::DownloadItemImpl

Completed in 291 milliseconds