Searched refs:started_cb_ (Results 1 – 2 of 2) sorted by relevance
79 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()
102 DownloadUrlParameters::OnStartedCallback started_cb_; variable