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

/external/chromium_org/content/browser/download/
H A Ddownload_file_factory.cc18 bool calculate_hash,
24 calculate_hash, stream.Pass(), bound_net_log, observer);
13 CreateFile( scoped_ptr<DownloadSaveInfo> save_info, const base::FilePath& default_downloads_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) argument
H A Dsave_file.cc16 SaveFile::SaveFile(const SaveFileCreateInfo* info, bool calculate_hash) argument
21 calculate_hash,
H A Dbase_file.cc32 bool calculate_hash,
42 calculate_hash_(calculate_hash),
28 BaseFile(const base::FilePath& full_path, const GURL& source_url, const GURL& referrer_url, int64 received_bytes, bool calculate_hash, const std::string& hash_state_bytes, base::File file, const net::BoundNetLog& bound_net_log) argument
H A Ddownload_file_impl.cc41 bool calculate_hash,
49 calculate_hash,
36 DownloadFileImpl( 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) argument
H A Ddownload_file_unittest.cc76 bool calculate_hash,
84 calculate_hash,
162 bool CreateDownloadFile(int offset, bool calculate_hash) { argument
180 calculate_hash,
72 TestDownloadFileImpl(scoped_ptr<DownloadSaveInfo> save_info, const base::FilePath& default_downloads_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) argument
H A Ddownload_manager_impl_unittest.cc388 bool calculate_hash,
393 referrer_url, calculate_hash,
383 CreateFile( 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) argument
H A Ddownload_browsertest.cc118 bool calculate_hash,
166 bool calculate_hash,
190 bool calculate_hash,
198 calculate_hash, stream.Pass(), bound_net_log, observer),
242 bool calculate_hash,
252 calculate_hash, stream.Pass(), bound_net_log,
286 bool calculate_hash,
292 url, referrer_url, calculate_hash,
342 bool calculate_hash,
352 calculate_hash, strea
185 DownloadFileWithDelay( 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, base::WeakPtr<DownloadFileWithDelayFactory> owner) argument
237 CreateFile( 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) argument
281 CountingDownloadFile( scoped_ptr<DownloadSaveInfo> save_info, const base::FilePath& default_downloads_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) argument
[all...]
/external/chromium_org/content/public/test/
H A Dtest_file_error_injector.cc35 bool calculate_hash,
109 bool calculate_hash,
118 calculate_hash, stream.Pass(), bound_net_log, observer),
265 bool calculate_hash,
299 bool calculate_hash,
319 calculate_hash,
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
294 CreateFile( 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) argument

Completed in 126 milliseconds