Searched refs:ExtensionDownloadsEventRouter (Results 1 – 8 of 8) sorted by relevance
16 class ExtensionDownloadsEventRouter; variable38 ExtensionDownloadsEventRouter* GetExtensionEventRouter() { in GetExtensionEventRouter()97 scoped_ptr<ExtensionDownloadsEventRouter> extension_event_router_;
13 class ExtensionDownloadsEventRouter; variable
51 extension_event_router_.reset(new ExtensionDownloadsEventRouter( in GetDownloadManagerDelegate()
538 ExtensionDownloadsEventRouter* router = in NotifyExtensions()
302 class ExtensionDownloadsEventRouter : public extensions::EventRouter::Observer,341 explicit ExtensionDownloadsEventRouter(343 virtual ~ExtensionDownloadsEventRouter();399 DISALLOW_COPY_AND_ASSIGN(ExtensionDownloadsEventRouter);
620 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 ExtensionDownloadsEventRouter1535 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 …]
173 typedef ExtensionDownloadsEventRouter::DownloadsNotificationSource2264 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 …]
28 return ExtensionDownloadsEventRouter::DetermineFilename( in RunImpl()