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

  /external/chromium_org/ui/base/dragdrop/
download_file_interface.h 31 virtual void OnDownloadCompleted(const base::FilePath& file_path) = 0;
os_exchange_data_provider_win.h 52 virtual void OnDownloadCompleted(const base::FilePath& file_path);
os_exchange_data_provider_win.cc 666 void DataObjectImpl::OnDownloadCompleted(const base::FilePath& file_path) {
    [all...]
  /external/chromium_org/content/browser/download/
drag_download_util.h 48 virtual void OnDownloadCompleted(const base::FilePath& file_path) OVERRIDE;
drag_download_file_browsertest.cc 40 MOCK_METHOD1(OnDownloadCompleted, void(const base::FilePath& file_path));
109 ON_CALL(*observer.get(), OnDownloadCompleted(_))
128 EXPECT_CALL(*observer.get(), OnDownloadCompleted(_))
drag_download_util.cc 94 void PromiseFileFinalizer::OnDownloadCompleted(
drag_download_file.cc 224 observer_->OnDownloadCompleted(file_path_);
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.cc 306 void OnDownloadCompleted(const base::FilePath& cache_file_path,
535 params->OnDownloadCompleted(*cache_file_path, entry_after_update.Pass());

Completed in 266 milliseconds