HomeSort by relevance Sort by last modified time
    Searched refs:download_file_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/download/
download_file_unittest.cc 164 DCHECK(!download_file_.get());
185 download_file_ = download_file_impl.PassAs<DownloadFile>();
194 download_file_->Initialize(base::Bind(
204 EXPECT_FALSE(download_file_->InProgress());
208 EXPECT_TRUE(base::ReadFileToString(download_file_->FullPath(), &disk_data));
213 download_file_.reset();
239 EXPECT_TRUE(base::GetFileSize(download_file_->FullPath(), &size));
315 ((*download_file_).*method)(full_path,
329 scoped_ptr<DownloadFile> download_file_; member in class:content::DownloadFileTest
332 // Owned by download_file_; will be alive for lifetime of download_file_
    [all...]
download_item_impl.cc 279 DCHECK(!download_file_.get());
333 if (download_file_) {
337 base::Bind(&DownloadFileDetach, base::Passed(&download_file_)),
412 // |download_file_| can be NULL if Interrupt() is called after the
414 if (!is_save_package_download_ && download_file_)
853 download_file_.get() ? "true" : "false",
    [all...]
download_item_impl.h 550 scoped_ptr<DownloadFile> download_file_; member in class:content::DownloadItemImpl

Completed in 48 milliseconds