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

/external/chromium_org/chrome/browser/download/
H A Ddownload_service.h17 class ExtensionDownloadsEventRouter;
39 ExtensionDownloadsEventRouter* GetExtensionEventRouter() {
88 // The ExtensionDownloadsEventRouter dispatches download creation, change, and
94 scoped_ptr<ExtensionDownloadsEventRouter> extension_event_router_;
H A Ddownload_target_determiner_delegate.h13 class ExtensionDownloadsEventRouter;
H A Ddownload_service.cc51 extension_event_router_.reset(new ExtensionDownloadsEventRouter(
H A Dchrome_download_manager_delegate.cc430 ExtensionDownloadsEventRouter* router =
/external/chromium_org/chrome/browser/extensions/api/downloads_internal/
H A Ddownloads_internal_api.cc26 return ExtensionDownloadsEventRouter::DetermineFilename(
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.h293 class ExtensionDownloadsEventRouter : public extensions::EventRouter::Observer, class in inherits:extensions::EventRouter::Observer,content::NotificationObserver,AllDownloadItemNotifier::Observer
332 explicit ExtensionDownloadsEventRouter(
334 virtual ~ExtensionDownloadsEventRouter();
390 DISALLOW_COPY_AND_ASSIGN(ExtensionDownloadsEventRouter);
H A Ddownloads_api.cc619 const ExtensionDownloadsEventRouter::FilenameChangedCallback& change) {
636 filename_change_ = ExtensionDownloadsEventRouter::FilenameChangedCallback();
724 ExtensionDownloadsEventRouter::DetermineFilenameInternal(
801 ExtensionDownloadsEventRouter::FilenameChangedCallback filename_change_;
1486 ExtensionDownloadsEventRouter::ExtensionDownloadsEventRouter( function in class:ExtensionDownloadsEventRouter
1501 ExtensionDownloadsEventRouter::~ExtensionDownloadsEventRouter() {
1509 void ExtensionDownloadsEventRouter::SetShelfEnabled(
1521 bool ExtensionDownloadsEventRouter
[all...]
H A Ddownloads_api_browsertest.cc172 typedef ExtensionDownloadsEventRouter::DownloadsNotificationSource
2248 ASSERT_TRUE(ExtensionDownloadsEventRouter::DetermineFilename(
2315 ASSERT_TRUE(ExtensionDownloadsEventRouter::DetermineFilename(
2390 ASSERT_FALSE(ExtensionDownloadsEventRouter::DetermineFilename(
2455 ASSERT_FALSE(ExtensionDownloadsEventRouter::DetermineFilename(
2520 ASSERT_FALSE(ExtensionDownloadsEventRouter::DetermineFilename(
2586 ASSERT_FALSE(ExtensionDownloadsEventRouter::DetermineFilename(
2651 ASSERT_FALSE(ExtensionDownloadsEventRouter::DetermineFilename(
2716 ASSERT_FALSE(ExtensionDownloadsEventRouter::DetermineFilename(
2781 ASSERT_FALSE(ExtensionDownloadsEventRouter
[all...]

Completed in 1469 milliseconds