HomeSort by relevance Sort by last modified time
    Searched defs:OnDownloadCompleted (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/download/
drag_download_util.cc 101 void PromiseFileFinalizer::OnDownloadCompleted(const FilePath& file_path) {
  /external/chromium/chrome/browser/
plugin_download_helper.h 30 virtual void OnDownloadCompleted(const FilePath& download_path,
50 void OnDownloadCompleted(net::URLRequest* request);
plugin_download_helper.cc 70 OnDownloadCompleted(request);
75 OnDownloadCompleted(request);
84 OnDownloadCompleted(request);
87 OnDownloadCompleted(request);
99 OnDownloadCompleted(request);
122 OnDownloadCompleted(request);
126 OnDownloadCompleted(request);
132 void PluginDownloadUrlHelper::OnDownloadCompleted(net::URLRequest* request) {
167 delegate_->OnDownloadCompleted(download_file_path_, success);

Completed in 2530 milliseconds