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

/external/chromium_org/content/browser/download/
H A Ddownload_resource_handler.cc38 const DownloadUrlParameters::OnStartedCallback& started_cb,
43 if (started_cb.is_null())
45 started_cb.Run(item, error);
53 const DownloadUrlParameters::OnStartedCallback& started_cb) {
60 if (!started_cb.is_null())
61 started_cb.Run(NULL, net::ERR_ACCESS_DENIED);
65 download_manager->StartDownload(info.Pass(), stream.Pass(), started_cb);
75 const DownloadUrlParameters::OnStartedCallback& started_cb,
81 started_cb_(started_cb),
37 CallStartedCBOnUIThread( const DownloadUrlParameters::OnStartedCallback& started_cb, DownloadItem* item, net::Error error) argument
50 StartOnUIThread( scoped_ptr<DownloadCreateInfo> info, scoped_ptr<ByteStreamReader> stream, const DownloadUrlParameters::OnStartedCallback& started_cb) argument
72 DownloadResourceHandler( uint32 id, net::URLRequest* request, const DownloadUrlParameters::OnStartedCallback& started_cb, scoped_ptr<DownloadSaveInfo> save_info) argument
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc250 const DownloadUrlParameters::OnStartedCallback& started_cb,
252 if (started_cb.is_null())
256 base::Bind(started_cb, static_cast<DownloadItem*>(NULL), net_error));
542 const DownloadUrlParameters::OnStartedCallback& started_cb) {
544 new DownloadResourceHandler(id, request, started_cb, save_info.Pass()));
249 CallbackAndReturn( const DownloadUrlParameters::OnStartedCallback& started_cb, net::Error net_error) argument
536 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 85 milliseconds