HomeSort by relevance Sort by last modified time
    Searched refs:DownloadCompleted (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/download/
drag_download_file.cc 123 void DragDownloadFile::DownloadCompleted(bool is_successful) {
130 &DragDownloadFile::DownloadCompleted,
174 DownloadCompleted(false);
178 DownloadCompleted(true);
drag_download_file.h 75 void DownloadCompleted(bool is_successful);
download_item.cc 394 download_manager_->DownloadCompleted(id());
490 download_manager_->DownloadCompleted(id());
download_manager.h 167 void DownloadCompleted(int32 download_id);
download_manager.cc 656 void DownloadManager::DownloadCompleted(int32 download_id) {
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 248 DownloadCompleted(false); // Should stop observation.
252 DownloadCompleted(true); // Should stop observation.
299 DownloadCompleted(false);
346 void ImageBurnHandler::DownloadCompleted(bool success) {
402 DownloadCompleted(success);
474 DownloadCompleted(false);
493 DownloadCompleted(true);
imageburner_ui.h 227 void DownloadCompleted(bool success);

Completed in 1753 milliseconds