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

/external/chromium/chrome/browser/download/
H A Ddownload_browsertest.cc54 class DownloadsObserver : public DownloadManager::Observer, class in namespace:__anon1924
68 DownloadsObserver(DownloadManager* download_manager, function in class:__anon1924::DownloadsObserver
83 ~DownloadsObserver() {
214 // True if we should transition the DownloadsObserver to finished if
221 DISALLOW_COPY_AND_ASSIGN(DownloadsObserver);
471 // Create a DownloadsObserver that will wait for the
473 DownloadsObserver* CreateWaiter(Browser* browser, int num_downloads) {
476 return new DownloadsObserver(
482 // Create a DownloadsObserver that will wait for the
484 DownloadsObserver* CreateInProgressWaite
[all...]

Completed in 701 milliseconds