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

  /external/chromium_org/ui/base/dragdrop/
download_file_interface.h 28 class UI_EXPORT DownloadFileObserver
29 : public base::RefCountedThreadSafe<DownloadFileObserver> {
35 friend class base::RefCountedThreadSafe<DownloadFileObserver>;
36 virtual ~DownloadFileObserver() {}
44 virtual void Start(DownloadFileObserver* observer) = 0;
os_exchange_data_provider_win.h 30 class DataObjectImpl : public DownloadFileObserver,
51 // DownloadFileObserver implementation:
os_exchange_data_provider_win.cc 854 base::RefCountedThreadSafe<DownloadFileObserver>::AddRef();
859 base::RefCountedThreadSafe<DownloadFileObserver>::Release();
    [all...]
  /external/chromium_org/content/browser/download/
drag_download_file.h 49 virtual void Start(ui::DownloadFileObserver* observer) OVERRIDE;
66 scoped_refptr<ui::DownloadFileObserver> observer_;
drag_download_util.h 47 // Implementation of DownloadFileObserver to finalize the download process.
48 class PromiseFileFinalizer : public ui::DownloadFileObserver {
52 // DownloadFileObserver methods.
drag_download_file_browsertest.cc 35 class MockDownloadFileObserver : public ui::DownloadFileObserver {
drag_download_file.cc 186 void DragDownloadFile::Start(ui::DownloadFileObserver* observer) {
  /external/chromium/chrome/browser/download/
drag_download_util.h 42 // Implementation of DownloadFileObserver to finalize the download process.
43 class PromiseFileFinalizer : public ui::DownloadFileObserver {
48 // DownloadFileObserver methods.
drag_download_file.h 46 virtual bool Start(ui::DownloadFileObserver* observer);
98 scoped_refptr<ui::DownloadFileObserver> observer_;
drag_download_file.cc 61 bool DragDownloadFile::Start(ui::DownloadFileObserver* observer) {

Completed in 4326 milliseconds