OnDownloadCompleted  224 content/browser/download/drag_download_file.cc     observer_->OnDownloadCompleted(file_path_);
OnDownloadCompleted   39 content/browser/download/drag_download_file_browsertest.cc   MOCK_METHOD1(OnDownloadCompleted, void(const base::FilePath& file_path));
OnDownloadCompleted  104 content/browser/download/drag_download_file_browsertest.cc   ON_CALL(*observer.get(), OnDownloadCompleted(_))
OnDownloadCompleted  123 content/browser/download/drag_download_file_browsertest.cc   EXPECT_CALL(*observer.get(), OnDownloadCompleted(_))
OnDownloadCompleted   48 content/browser/download/drag_download_util.h   virtual void OnDownloadCompleted(const base::FilePath& file_path) OVERRIDE;
OnDownloadCompleted   31 ui/base/dragdrop/download_file_interface.h   virtual void OnDownloadCompleted(const base::FilePath& file_path) = 0;
OnDownloadCompleted   52 ui/base/dragdrop/os_exchange_data_provider_win.h   virtual void OnDownloadCompleted(const base::FilePath& file_path);