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
38 ExtensionDownloadsEventRouter* GetExtensionEventRouter() { in GetExtensionEventRouter()
97 scoped_ptr<ExtensionDownloadsEventRouter> extension_event_router_;
Ddownload_target_determiner_delegate.h13 class ExtensionDownloadsEventRouter; variable
Ddownload_service.cc51 extension_event_router_.reset(new ExtensionDownloadsEventRouter( in GetDownloadManagerDelegate()
Dchrome_download_manager_delegate.cc538 ExtensionDownloadsEventRouter* router = in NotifyExtensions()
/external/chromium_org/chrome/browser/extensions/api/downloads/
Ddownloads_api.h302 class ExtensionDownloadsEventRouter : public extensions::EventRouter::Observer,
341 explicit ExtensionDownloadsEventRouter(
343 virtual ~ExtensionDownloadsEventRouter();
399 DISALLOW_COPY_AND_ASSIGN(ExtensionDownloadsEventRouter);
Ddownloads_api.cc620 const ExtensionDownloadsEventRouter::FilenameChangedCallback& change) { in set_filename_change_callbacks()
637 filename_change_ = ExtensionDownloadsEventRouter::FilenameChangedCallback(); in ClearPendingDeterminers()
725 ExtensionDownloadsEventRouter::DetermineFilenameInternal( in DeterminerCallback()
802 ExtensionDownloadsEventRouter::FilenameChangedCallback filename_change_;
1519 ExtensionDownloadsEventRouter::ExtensionDownloadsEventRouter( in ExtensionDownloadsEventRouter() function in ExtensionDownloadsEventRouter
1535 ExtensionDownloadsEventRouter::~ExtensionDownloadsEventRouter() { in ~ExtensionDownloadsEventRouter()
1543 void ExtensionDownloadsEventRouter::SetShelfEnabled( in SetShelfEnabled()
1555 bool ExtensionDownloadsEventRouter::IsShelfEnabled() const { in IsShelfEnabled()
1584 void ExtensionDownloadsEventRouter::OnDeterminingFilename( in OnDeterminingFilename()
1621 void ExtensionDownloadsEventRouter::DetermineFilenameInternal( in DetermineFilenameInternal()
[all …]
Ddownloads_api_browsertest.cc173 typedef ExtensionDownloadsEventRouter::DownloadsNotificationSource
2264 ASSERT_TRUE(ExtensionDownloadsEventRouter::DetermineFilename( in IN_PROC_BROWSER_TEST_F()
2331 ASSERT_TRUE(ExtensionDownloadsEventRouter::DetermineFilename( in IN_PROC_BROWSER_TEST_F()
2406 ASSERT_FALSE(ExtensionDownloadsEventRouter::DetermineFilename( in IN_PROC_BROWSER_TEST_F()
2471 ASSERT_FALSE(ExtensionDownloadsEventRouter::DetermineFilename( in IN_PROC_BROWSER_TEST_F()
2536 ASSERT_FALSE(ExtensionDownloadsEventRouter::DetermineFilename( in IN_PROC_BROWSER_TEST_F()
2608 ASSERT_FALSE(ExtensionDownloadsEventRouter::DetermineFilename( in IN_PROC_BROWSER_TEST_F()
2673 ASSERT_FALSE(ExtensionDownloadsEventRouter::DetermineFilename( in IN_PROC_BROWSER_TEST_F()
2738 ASSERT_FALSE(ExtensionDownloadsEventRouter::DetermineFilename( in IN_PROC_BROWSER_TEST_F()
2803 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 RunImpl()