HomeSort by relevance Sort by last modified time
    Searched defs:DownloadTestObserver (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/public/test/
download_test_observer.cc 63 DownloadTestObserver::DownloadTestObserver(
75 DownloadTestObserver::~DownloadTestObserver() {
84 void DownloadTestObserver::Init() {
96 void DownloadTestObserver::ManagerGoingDown(DownloadManager* manager) {
102 void DownloadTestObserver::WaitForFinished() {
110 bool DownloadTestObserver::IsFinished() const {
115 void DownloadTestObserver::OnDownloadCreated(
119 // created as well as in DownloadTestObserver::Init() for downloads tha
    [all...]
download_test_observer.h 59 class DownloadTestObserver : public DownloadManager::Observer,
73 DownloadTestObserver(DownloadManager* download_manager,
77 virtual ~DownloadTestObserver();
166 base::WeakPtrFactory<DownloadTestObserver> weak_factory_;
168 DISALLOW_COPY_AND_ASSIGN(DownloadTestObserver);
171 class DownloadTestObserverTerminal : public DownloadTestObserver {
194 class DownloadTestObserverInProgress : public DownloadTestObserver {
209 class DownloadTestObserverInterrupted : public DownloadTestObserver {

Completed in 64 milliseconds