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

/external/chromium_org/content/public/test/
H A Dtest_file_error_injector.cc40 const ConstructionCallback& ctor_callback,
114 const ConstructionCallback& ctor_callback,
131 base::Bind(ctor_callback, source_url_));
255 const DownloadFileWithErrors::ConstructionCallback& ctor_callback,
285 const DownloadFileWithErrors::ConstructionCallback& ctor_callback,
287 : construction_callback_(ctor_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 527 milliseconds