HomeSort by relevance Sort by last modified time
    Searched refs:ExtensionDownloadsEventRouter (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/download/
download_service.h 16 class ExtensionDownloadsEventRouter;
24 class ExtensionDownloadsEventRouter;
42 extensions::ExtensionDownloadsEventRouter* GetExtensionEventRouter() {
100 // The ExtensionDownloadsEventRouter dispatches download creation, change, and
106 scoped_ptr<extensions::ExtensionDownloadsEventRouter> extension_event_router_;
download_target_determiner_delegate.h 13 class ExtensionDownloadsEventRouter;
download_service.cc 55 new extensions::ExtensionDownloadsEventRouter(profile_, manager));
chrome_download_manager_delegate.cc 522 extensions::ExtensionDownloadsEventRouter* router =
  /external/chromium_org/chrome/browser/extensions/api/downloads_internal/
downloads_internal_api.cc 28 return ExtensionDownloadsEventRouter::DetermineFilename(
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.h 302 class ExtensionDownloadsEventRouter
344 explicit ExtensionDownloadsEventRouter(
346 virtual ~ExtensionDownloadsEventRouter();
407 DISALLOW_COPY_AND_ASSIGN(ExtensionDownloadsEventRouter);
downloads_api.cc 623 const ExtensionDownloadsEventRouter::FilenameChangedCallback& change) {
654 filename_change_ = ExtensionDownloadsEventRouter::FilenameChangedCallback();
743 ExtensionDownloadsEventRouter::DetermineFilenameInternal(
823 filename_change_ = ExtensionDownloadsEventRouter::FilenameChangedCallback();
832 ExtensionDownloadsEventRouter::FilenameChangedCallback filename_change_;
    [all...]
downloads_api_browsertest.cc 174 typedef ExtensionDownloadsEventRouter::DownloadsNotificationSource
294 ExtensionDownloadsEventRouter::SetDetermineFilenameTimeoutSecondsForTesting(
    [all...]
  /external/chromium_org/extensions/renderer/resources/
web_request_internal_custom_bindings.js 72 // ExtensionDownloadsEventRouter for an alternative approach.

Completed in 235 milliseconds