Searched defs:DownloadsFlushObserver (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/download/
H A Ddownload_browsertest.cc231 class DownloadsFlushObserver class in namespace:__anon1924
234 public base::RefCountedThreadSafe<DownloadsFlushObserver> {
236 explicit DownloadsFlushObserver(DownloadManager* download_manager) function in class:__anon1924::DownloadsFlushObserver
260 friend class base::RefCountedThreadSafe<DownloadsFlushObserver>;
262 virtual ~DownloadsFlushObserver() {
310 &DownloadsFlushObserver::PingFileThread, 2));
318 NewRunnableMethod(this, &DownloadsFlushObserver::PingIOThread,
326 NewRunnableMethod(this, &DownloadsFlushObserver::PingFileThread,
338 DISALLOW_COPY_AND_ASSIGN(DownloadsFlushObserver);
1243 scoped_refptr<DownloadsFlushObserver> flush_observe
[all...]

Completed in 46 milliseconds