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

/external/chromium_org/content/public/test/
H A Dtest_file_error_injector.cc43 const DestructionCallback& dtor_callback);
118 const DestructionCallback& dtor_callback)
125 destruction_callback_(dtor_callback) {
260 const DownloadFileWithErrors::DestructionCallback& dtor_callback);
290 const DownloadFileWithErrors::DestructionCallback& dtor_callback)
292 destruction_callback_(dtor_callback) {
106 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, scoped_ptr<PowerSaveBlocker> power_save_blocker, base::WeakPtr<DownloadDestinationObserver> observer, const TestFileErrorInjector::FileErrorInfo& error_info, const ConstructionCallback& ctor_callback, const DestructionCallback& dtor_callback) argument
288 DownloadFileWithErrorsFactory( const DownloadFileWithErrors::ConstructionCallback& ctor_callback, const DownloadFileWithErrors::DestructionCallback& dtor_callback) argument

Completed in 58 milliseconds