Searched refs:RenameAndAnnotate (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/browser/download/
H A Ddownload_file.h56 virtual void RenameAndAnnotate(const base::FilePath& full_path,
78 // before RenameAndAnnotate() to take effect.
H A Dmock_download_file.h35 MOCK_METHOD2(RenameAndAnnotate,
H A Ddownload_file_impl.h54 virtual void RenameAndAnnotate(
H A Ddownload_item_impl_unittest.cc476 EXPECT_CALL(*download_file, RenameAndAnnotate(base::FilePath(kDummyPath), _))
722 EXPECT_CALL(*download_file, RenameAndAnnotate(final_path, _))
993 EXPECT_CALL(*download_file, RenameAndAnnotate(_, _))
1025 EXPECT_CALL(*download_file, RenameAndAnnotate(_, _))
1087 EXPECT_CALL(*download_file, RenameAndAnnotate(base::FilePath(kDummyPath), _))
1125 EXPECT_CALL(*download_file, RenameAndAnnotate(base::FilePath(kDummyPath), _))
1166 EXPECT_CALL(*download_file, RenameAndAnnotate(base::FilePath(kDummyPath), _))
1217 EXPECT_CALL(*download_file, RenameAndAnnotate(base::FilePath(kDummyPath), _))
H A Ddownload_file_unittest.cc293 DownloadInterruptReason RenameAndAnnotate( function in class:content::DownloadFileTest
297 &DownloadFile::RenameAndAnnotate, full_path, result_path_p);
367 // DownloadFile::RenameAndAnnotate and DownloadFile::RenameAndUniquify have a
387 // RenameAndAnnotate as the value parameter and once with RenameAndUniquify as
391 ::testing::Values(&DownloadFile::RenameAndAnnotate,
482 // the above test because it only applies to RenameAndAnnotate().
498 RenameAndAnnotate(path_1, &new_path));
H A Ddownload_file_impl.cc116 void DownloadFileImpl::RenameAndAnnotate( function in class:content::DownloadFileImpl
H A Ddownload_browsertest.cc133 virtual void RenameAndAnnotate(
212 void DownloadFileWithDelay::RenameAndAnnotate( function in class:content::__anon7074::DownloadFileWithDelay
215 DownloadFileImpl::RenameAndAnnotate(
H A Ddownload_item_impl.cc1330 base::Bind(&DownloadFile::RenameAndAnnotate,
/external/chromium_org/content/public/test/
H A Dtest_file_error_injector.cc53 virtual void RenameAndAnnotate(
199 void DownloadFileWithErrors::RenameAndAnnotate( function in class:content::__anon7683::DownloadFileWithErrors
210 // Don't execute a, probably successful, RenameAndAnnotate; just
223 DownloadFileImpl::RenameAndAnnotate(full_path, callback_to_use);

Completed in 110 milliseconds