Home
last modified time | relevance | path

Searched refs:started_cb_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/download/
Ddownload_resource_handler.cc79 started_cb_(started_cb), in DownloadResourceHandler()
201 started_cb_)); in OnResponseStarted()
203 started_cb_.Reset(); in OnResponseStarted()
211 if (started_cb_.is_null()) in CallStartedCB()
215 base::Bind(&CallStartedCBOnUIThread, started_cb_, item, error)); in CallStartedCB()
216 started_cb_.Reset(); in CallStartedCB()
Ddownload_resource_handler.h102 DownloadUrlParameters::OnStartedCallback started_cb_; variable