Searched refs:DownloadTestObserver (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/content/public/test/
H A Ddownload_test_observer.cc63 DownloadTestObserver::DownloadTestObserver( function in class:content::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
[all...]
H A Ddownload_test_observer.h59 class DownloadTestObserver : public DownloadManager::Observer, class in namespace:content
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 {
/external/chromium_org/chrome/browser/download/
H A Ddownload_browsertest.h11 // DownloadTestObserver subclass that observes a download until it transitions
13 class DownloadTestObserverNotInProgress : public content::DownloadTestObserver {
H A Ddownload_browsertest.cc204 // DownloadTestObserver subclass that observes one download until it transitions
207 class DownloadTestObserverResumable : public content::DownloadTestObserver {
213 : DownloadTestObserver(download_manager, 1,
355 : DownloadTestObserver(download_manager, count, ON_DANGEROUS_DOWNLOAD_FAIL),
555 content::DownloadTestObserver* CreateWaiter(
560 content::DownloadTestObserver::ON_DANGEROUS_DOWNLOAD_FAIL);
565 content::DownloadTestObserver* CreateInProgressWaiter(
575 content::DownloadTestObserver* DangerousDownloadWaiter(
578 content::DownloadTestObserver::DangerousDownloadAction
612 scoped_ptr<content::DownloadTestObserver> observe
[all...]
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover_browsertest.cc73 scoped_ptr<content::DownloadTestObserver> observer(
76 content::DownloadTestObserver::ON_DANGEROUS_DOWNLOAD_ACCEPT));
/external/chromium_org/chrome/browser/prefs/
H A Dpref_functional_browsertest.cc31 scoped_ptr<content::DownloadTestObserver> CreateWaiter(Browser* browser,
36 content::DownloadTestObserver* downloads_observer =
40 content::DownloadTestObserver::ON_DANGEROUS_DOWNLOAD_FAIL);
58 scoped_ptr<content::DownloadTestObserver> downloads_observer(
/external/chromium_org/content/browser/download/
H A Ddownload_browsertest.cc606 DownloadTestObserver* CreateWaiter(
610 DownloadTestObserver::ON_DANGEROUS_DOWNLOAD_FAIL);
621 DownloadTestObserver* CreateInterruptedWaiter(
625 DownloadTestObserver::ON_DANGEROUS_DOWNLOAD_FAIL);
649 scoped_ptr<DownloadTestObserver> observer(CreateWaiter(shell, 1));
711 scoped_ptr<DownloadTestObserver> rst_observer(
824 scoped_ptr<DownloadTestObserver> observer2(CreateWaiter(shell(), 1));
1364 scoped_ptr<DownloadTestObserver> int_observer(
1415 scoped_ptr<DownloadTestObserver> int_observer(
1468 scoped_ptr<DownloadTestObserver> int_observe
[all...]
/external/chromium_org/chrome/browser/extensions/api/streams_private/
H A Dstreams_private_apitest.cc326 scoped_ptr<content::DownloadTestObserver> download_observer(
363 scoped_ptr<content::DownloadTestObserver> download_observer(
/external/chromium_org/chrome/browser/extensions/
H A Dcrx_installer_browsertest.cc304 scoped_ptr<content::DownloadTestObserver> observer(
307 content::DownloadTestObserver::ON_DANGEROUS_DOWNLOAD_ACCEPT));
/external/chromium_org/chrome/test/base/
H A Dui_test_utils.cc383 scoped_ptr<content::DownloadTestObserver> observer(
386 content::DownloadTestObserver::ON_DANGEROUS_DOWNLOAD_ACCEPT));
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_close_browsertest.cc124 scoped_ptr<content::DownloadTestObserver> observer(
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api_browsertest.cc454 scoped_ptr<content::DownloadTestObserver> observer(
469 scoped_ptr<content::DownloadTestObserver> observer(
502 scoped_ptr<content::DownloadTestObserver> observer(
512 content::DownloadTestObserver* CreateDownloadObserver(size_t download_count) {
515 content::DownloadTestObserver::ON_DANGEROUS_DOWNLOAD_FAIL);
518 content::DownloadTestObserver* CreateInProgressDownloadObserver(
3877 scoped_ptr<content::DownloadTestObserver> observer(
4055 scoped_ptr<content::DownloadTestObserver> observer(
4058 content::DownloadTestObserver::ON_DANGEROUS_DOWNLOAD_IGNORE));
/external/chromium_org/chrome/browser/lifetime/
H A Dbrowser_close_manager_browsertest.cc754 content::DownloadTestObserver::ON_DANGEROUS_DOWNLOAD_QUIT);
/external/chromium_org/chrome/browser/ssl/
H A Dssl_browser_tests.cc885 content::DownloadTestObserver::ON_DANGEROUS_DOWNLOAD_ACCEPT);
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_browsertest.cc338 content::DownloadTestObserver::ON_DANGEROUS_DOWNLOAD_FAIL);
1796 content::DownloadTestObserver::ON_DANGEROUS_DOWNLOAD_DENY);

Completed in 1409 milliseconds