Searched refs:IsDownloadInFinalState (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_browsertest.h22 virtual bool IsDownloadInFinalState(content::DownloadItem* download) OVERRIDE;
H A Ddownload_browsertest.cc222 virtual bool IsDownloadInFinalState(DownloadItem* download) OVERRIDE {
366 bool DownloadTestObserverNotInProgress::IsDownloadInFinalState( function in class:DownloadTestObserverNotInProgress
3375 virtual bool IsDownloadInFinalState(DownloadItem* download) OVERRIDE {
/external/chromium_org/content/public/test/
H A Ddownload_test_observer.h103 virtual bool IsDownloadInFinalState(DownloadItem* download) = 0;
184 virtual bool IsDownloadInFinalState(DownloadItem* download) OVERRIDE;
204 virtual bool IsDownloadInFinalState(DownloadItem* download) OVERRIDE;
221 virtual bool IsDownloadInFinalState(DownloadItem* download) OVERRIDE;
H A Ddownload_test_observer.cc184 if (IsDownloadInFinalState(download))
252 // instead. In this case, it's because of |IsDownloadInFinalState()|.
260 bool DownloadTestObserverTerminal::IsDownloadInFinalState( function in class:content::DownloadTestObserverTerminal
274 // instead. In this case, it's because of |IsDownloadInFinalState()|.
282 bool DownloadTestObserverInProgress::IsDownloadInFinalState( function in class:content::DownloadTestObserverInProgress
298 // instead. In this case, it's because of |IsDownloadInFinalState()|.
306 bool DownloadTestObserverInterrupted::IsDownloadInFinalState( function in class:content::DownloadTestObserverInterrupted
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api_browsertest.cc764 virtual bool IsDownloadInFinalState(DownloadItem* item) OVERRIDE {

Completed in 203 milliseconds