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

/external/chromium_org/content/public/test/
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/download/
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 {

Completed in 95 milliseconds