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

/external/chromium_org/content/browser/download/
H A Ddownload_create_info.cc19 scoped_ptr<DownloadSaveInfo> save_info)
25 save_info(save_info.Pass()),
33 save_info(new DownloadSaveInfo()) {
14 DownloadCreateInfo(const base::Time& start_time, int64 total_bytes, const net::BoundNetLog& bound_net_log, bool has_user_gesture, ui::PageTransition transition_type, scoped_ptr<DownloadSaveInfo> save_info) argument
H A Ddownload_file_factory.cc14 scoped_ptr<DownloadSaveInfo> save_info,
23 save_info.Pass(), default_downloads_directory, url, referrer_url,
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 Ddownload_create_info.h32 scoped_ptr<DownloadSaveInfo> save_info);
88 scoped_ptr<DownloadSaveInfo> save_info; member in struct:content::DownloadCreateInfo
H A Ddownload_file_impl.cc37 scoped_ptr<DownloadSaveInfo> save_info,
45 : file_(save_info->file_path,
48 save_info->offset,
50 save_info->hash_state,
51 save_info->file.Pass(),
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_resource_handler.cc108 scoped_ptr<DownloadSaveInfo> save_info)
112 save_info_(save_info.Pass()),
227 info->save_info->offset = 0;
228 info->save_info->hash_state = "";
241 info->save_info->suggested_name.clear();
104 DownloadResourceHandler( uint32 id, net::URLRequest* request, const DownloadUrlParameters::OnStartedCallback& started_cb, scoped_ptr<DownloadSaveInfo> save_info) argument
H A Ddownload_file_unittest.cc72 TestDownloadFileImpl(scoped_ptr<DownloadSaveInfo> save_info, argument
80 : DownloadFileImpl(save_info.Pass(),
174 scoped_ptr<DownloadSaveInfo> save_info(new DownloadSaveInfo());
176 new TestDownloadFileImpl(save_info.Pass(),
H A Ddownload_manager_impl_unittest.cc384 scoped_ptr<DownloadSaveInfo> save_info,
392 return MockCreateFile(*save_info.get(), default_download_directory, url,
608 MockCreateFile(Ref(*info->save_info.get()), _, _, _, true,
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.cc114 scoped_ptr<DownloadSaveInfo> save_info,
162 scoped_ptr<DownloadSaveInfo> save_info,
186 scoped_ptr<DownloadSaveInfo> save_info,
197 save_info.Pass(), default_download_directory, url, referrer_url,
238 scoped_ptr<DownloadSaveInfo> save_info,
251 save_info.Pass(), default_download_directory, url, referrer_url,
282 scoped_ptr<DownloadSaveInfo> save_info,
291 : DownloadFileImpl(save_info.Pass(), default_downloads_directory,
338 scoped_ptr<DownloadSaveInfo> save_info,
351 save_info
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.cc31 scoped_ptr<DownloadSaveInfo> save_info,
105 scoped_ptr<DownloadSaveInfo> save_info,
117 save_info.Pass(), default_download_directory, url, referrer_url,
261 scoped_ptr<DownloadSaveInfo> save_info,
295 scoped_ptr<DownloadSaveInfo> save_info,
315 save_info.Pass(),
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
/external/chromium_org/sync/syncable/
H A Ddirectory_backing_store.cc227 bool save_info = local
231 snapshot.delete_journals_to_purge.empty() && !save_info) {
261 if (save_info) {
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc565 scoped_ptr<DownloadSaveInfo> save_info,
641 true, download_id, save_info.Pass(),
673 scoped_ptr<DownloadSaveInfo> save_info,
676 new DownloadResourceHandler(id, request, started_cb, save_info.Pass()));
557 BeginDownload( scoped_ptr<net::URLRequest> request, const Referrer& referrer, bool is_content_initiated, ResourceContext* context, int child_id, int route_id, bool prefer_cache, scoped_ptr<DownloadSaveInfo> save_info, uint32 download_id, const DownloadStartedCallback& started_callback) argument
668 CreateResourceHandlerForDownload( net::URLRequest* request, bool is_content_initiated, bool must_download, uint32 id, scoped_ptr<DownloadSaveInfo> save_info, const DownloadUrlParameters::OnStartedCallback& started_cb) argument

Completed in 1379 milliseconds