Home
last modified time | relevance | path

Searched refs:ExtensionDownloadsEventRouter (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/download/
Ddownload_service.h16 class ExtensionDownloadsEventRouter; variable
24 class ExtensionDownloadsEventRouter; variable
42 extensions::ExtensionDownloadsEventRouter* GetExtensionEventRouter() { in GetExtensionEventRouter()
106 scoped_ptr<extensions::ExtensionDownloadsEventRouter> extension_event_router_;
Ddownload_target_determiner_delegate.h13 class ExtensionDownloadsEventRouter; variable
Ddownload_service.cc55 new extensions::ExtensionDownloadsEventRouter(profile_, manager)); in GetDownloadManagerDelegate()
Dchrome_download_manager_delegate.cc521 extensions::ExtensionDownloadsEventRouter* router = in NotifyExtensions()
/external/chromium_org/chrome/browser/extensions/api/downloads/
Ddownloads_api.cc621 const ExtensionDownloadsEventRouter::FilenameChangedCallback& change) { in BeginFilenameDetermination()
652 filename_change_ = ExtensionDownloadsEventRouter::FilenameChangedCallback(); in ClearPendingDeterminers()
741 ExtensionDownloadsEventRouter::DetermineFilenameInternal( in DeterminerCallback()
821 filename_change_ = ExtensionDownloadsEventRouter::FilenameChangedCallback(); in CallFilenameCallback()
830 ExtensionDownloadsEventRouter::FilenameChangedCallback filename_change_;
1544 ExtensionDownloadsEventRouter::ExtensionDownloadsEventRouter( in ExtensionDownloadsEventRouter() function in extensions::ExtensionDownloadsEventRouter
1559 ExtensionDownloadsEventRouter::~ExtensionDownloadsEventRouter() { in ~ExtensionDownloadsEventRouter()
1566 void ExtensionDownloadsEventRouter::
1572 void ExtensionDownloadsEventRouter::SetShelfEnabled(const Extension* extension, in SetShelfEnabled()
1584 bool ExtensionDownloadsEventRouter::IsShelfEnabled() const { in IsShelfEnabled()
[all …]
Ddownloads_api.h300 class ExtensionDownloadsEventRouter
342 explicit ExtensionDownloadsEventRouter(
344 virtual ~ExtensionDownloadsEventRouter();
405 DISALLOW_COPY_AND_ASSIGN(ExtensionDownloadsEventRouter);
Ddownloads_api_browsertest.cc172 typedef ExtensionDownloadsEventRouter::DownloadsNotificationSource
293 ExtensionDownloadsEventRouter::SetDetermineFilenameTimeoutSecondsForTesting( in AddFilenameDeterminer()
2397 ASSERT_TRUE(ExtensionDownloadsEventRouter::DetermineFilename( in IN_PROC_BROWSER_TEST_F()
2436 ExtensionDownloadsEventRouter::SetDetermineFilenameTimeoutSecondsForTesting( in IN_PROC_BROWSER_TEST_F()
2528 ASSERT_TRUE(ExtensionDownloadsEventRouter::DetermineFilename( in IN_PROC_BROWSER_TEST_F()
2540 ASSERT_FALSE(ExtensionDownloadsEventRouter::DetermineFilename( in IN_PROC_BROWSER_TEST_F()
2608 ASSERT_TRUE(ExtensionDownloadsEventRouter::DetermineFilename( in IN_PROC_BROWSER_TEST_F()
2687 ASSERT_FALSE(ExtensionDownloadsEventRouter::DetermineFilename( in IN_PROC_BROWSER_TEST_F()
2755 ASSERT_FALSE(ExtensionDownloadsEventRouter::DetermineFilename( in IN_PROC_BROWSER_TEST_F()
2823 ASSERT_FALSE(ExtensionDownloadsEventRouter::DetermineFilename( in IN_PROC_BROWSER_TEST_F()
[all …]
/external/chromium_org/chrome/browser/extensions/api/downloads_internal/
Ddownloads_internal_api.cc28 return ExtensionDownloadsEventRouter::DetermineFilename( in RunAsync()