Searched refs:on_completed_ (Results 1 – 1 of 1) sorted by relevance
42 on_completed_(on_completed), in DragDownloadFileUI()50 DCHECK(!on_completed_.is_null()); in DragDownloadFileUI()97 on_completed_loop_->PostTask(FROM_HERE, base::Bind(on_completed_, false)); in OnDownloadStarted()113 if (!on_completed_.is_null()) { in OnDownloadUpdated()115 on_completed_, state == DownloadItem::COMPLETE)); in OnDownloadUpdated()116 on_completed_.Reset(); in OnDownloadUpdated()127 if (!on_completed_.is_null()) { in OnDownloadDestroyed()131 on_completed_, is_complete)); in OnDownloadDestroyed()132 on_completed_.Reset(); in OnDownloadDestroyed()139 OnCompleted on_completed_; member in content::DragDownloadFile::DragDownloadFileUI