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.h56 virtual void RenameAndAnnotate(
H A Ddownload_file_unittest.cc264 DownloadInterruptReason RenameAndAnnotate( function in class:content::DownloadFileTest
272 download_file_->RenameAndAnnotate(
423 RenameAndAnnotate(path_5, &output_path));
481 RenameAndAnnotate(target_path, NULL));
H A Ddownload_item_impl_unittest.cc691 EXPECT_CALL(*download_file, RenameAndAnnotate(final_path, _))
962 EXPECT_CALL(*download_file, RenameAndAnnotate(_, _))
994 EXPECT_CALL(*download_file, RenameAndAnnotate(_, _))
1056 EXPECT_CALL(*download_file, RenameAndAnnotate(base::FilePath(kDummyPath), _))
1094 EXPECT_CALL(*download_file, RenameAndAnnotate(base::FilePath(kDummyPath), _))
1135 EXPECT_CALL(*download_file, RenameAndAnnotate(base::FilePath(kDummyPath), _))
1186 EXPECT_CALL(*download_file, RenameAndAnnotate(base::FilePath(kDummyPath), _))
H A Ddownload_file_impl.cc137 void DownloadFileImpl::RenameAndAnnotate( function in class:content::DownloadFileImpl
H A Ddownload_browsertest.cc123 virtual void RenameAndAnnotate(
203 void DownloadFileWithDelay::RenameAndAnnotate( function in class:content::__anon7959::DownloadFileWithDelay
206 DownloadFileImpl::RenameAndAnnotate(
H A Ddownload_item_impl.cc1290 base::Bind(&DownloadFile::RenameAndAnnotate,
/external/chromium_org/content/public/test/
H A Dtest_file_error_injector.cc55 virtual void RenameAndAnnotate(
203 void DownloadFileWithErrors::RenameAndAnnotate( function in class:content::__anon8429::DownloadFileWithErrors
214 // Don't execute a, probably successful, RenameAndAnnotate; just
227 DownloadFileImpl::RenameAndAnnotate(full_path, callback_to_use);

Completed in 160 milliseconds