OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
521
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
300
class
ExtensionDownloadsEventRouter
342
explicit
ExtensionDownloadsEventRouter
(
344
virtual ~
ExtensionDownloadsEventRouter
();
405
DISALLOW_COPY_AND_ASSIGN(
ExtensionDownloadsEventRouter
);
downloads_api.cc
621
const
ExtensionDownloadsEventRouter
::FilenameChangedCallback& change) {
652
filename_change_ =
ExtensionDownloadsEventRouter
::FilenameChangedCallback();
741
ExtensionDownloadsEventRouter
::DetermineFilenameInternal(
821
filename_change_ =
ExtensionDownloadsEventRouter
::FilenameChangedCallback();
830
ExtensionDownloadsEventRouter
::FilenameChangedCallback filename_change_;
[
all
...]
downloads_api_browsertest.cc
172
typedef
ExtensionDownloadsEventRouter
::DownloadsNotificationSource
293
ExtensionDownloadsEventRouter
::SetDetermineFilenameTimeoutSecondsForTesting(
[
all
...]
/external/chromium_org/chrome/renderer/resources/extensions/
web_request_internal_custom_bindings.js
72
//
ExtensionDownloadsEventRouter
for an alternative approach.
Completed in 269 milliseconds