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

/external/chromium_org/content/public/test/
H A Dtest_file_error_injector.cc41 const DestructionCallback& dtor_callback);
115 const DestructionCallback& dtor_callback)
121 destruction_callback_(dtor_callback) {
256 const DownloadFileWithErrors::DestructionCallback& dtor_callback);
286 const DownloadFileWithErrors::DestructionCallback& dtor_callback)
288 destruction_callback_(dtor_callback) {
104 DownloadFileWithErrors( scoped_ptr<DownloadSaveInfo> save_info, const base::FilePath& default_download_directory, const GURL& url, const GURL& referrer_url, bool calculate_hash, scoped_ptr<ByteStreamReader> stream, const net::BoundNetLog& bound_net_log, base::WeakPtr<DownloadDestinationObserver> observer, const TestFileErrorInjector::FileErrorInfo& error_info, const ConstructionCallback& ctor_callback, const DestructionCallback& dtor_callback) argument
284 DownloadFileWithErrorsFactory( const DownloadFileWithErrors::ConstructionCallback& ctor_callback, const DownloadFileWithErrors::DestructionCallback& dtor_callback) argument

Completed in 712 milliseconds