HomeSort by relevance Sort by last modified time
    Searched full:started_cb_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/download/
download_resource_handler.h 94 // Arrange for started_cb_ to be called on the UI thread with the
95 // below values, nulling out started_cb_. Should only be called
114 DownloadUrlParameters::OnStartedCallback started_cb_; member in class:content::DownloadResourceHandler
download_resource_handler.cc 81 started_cb_(started_cb),
210 started_cb_));
212 started_cb_.Reset();
220 if (started_cb_.is_null())
224 base::Bind(&CallStartedCBOnUIThread, started_cb_, item, error));
225 started_cb_.Reset();

Completed in 738 milliseconds