Home
last modified time | relevance | path

Searched defs:NotificationSource (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/content/public/browser/
Dnotification_source.h21 NotificationSource(const NotificationSource& other) : ptr_(other.ptr_) {} in NotificationSource() function
37 explicit NotificationSource(const void* ptr) : ptr_(ptr) {} in NotificationSource() function
Dnotification_observer.h13 class NotificationSource; variable
Dnotification_registrar.h17 class NotificationSource; variable
/external/chromium_org/content/public/test/
Dmock_notification_observer.h14 class NotificationSource; variable
/external/chromium_org/chrome/browser/ui/panels/
Dtest_panel_notification_observer.h14 class NotificationSource; variable
/external/chromium_org/chrome/browser/dom_distiller/
Dlazy_dom_distiller_service.h14 class NotificationSource; variable
/external/chromium_org/chrome/browser/ui/webui/translate_internals/
Dtranslate_internals_handler.h33 class NotificationSource; variable
/external/chromium_org/extensions/browser/
Dwarning_service.h23 class NotificationSource; variable
/external/chromium_org/chrome/browser/web_applications/
Dupdate_shortcut_worker_win.h15 class NotificationSource; variable
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
Dlast_download_finder.h24 class NotificationSource; variable
Dincident_reporting_service.h40 class NotificationSource; variable
/external/chromium_org/chrome/browser/extensions/api/runtime/
Dchrome_runtime_api_delegate.h24 class NotificationSource; variable
/external/chromium_org/chrome/browser/drive/
Ddrive_notification_manager.h58 enum NotificationSource { enum
/external/chromium_org/chrome/browser/ui/webui/options/
Dpreferences_browsertest.h29 class NotificationSource; variable
/external/chromium_org/chrome/browser/ui/
Dunload_controller.h20 class NotificationSource; variable
Dfast_unload_controller.h22 class NotificationSource; variable
/external/chromium_org/chrome/browser/extensions/
Dexternal_install_manager.h18 class NotificationSource; variable
/external/chromium_org/chrome/browser/ui/views/location_bar/
Dzoom_bubble_view.h22 class NotificationSource; variable
/external/chromium_org/chrome/browser/extensions/error_console/
Derror_console.h21 class NotificationSource; variable
/external/chromium_org/chrome/browser/extensions/api/identity/
Dweb_auth_flow.h22 class NotificationSource; variable
/external/chromium_org/extensions/browser/api/declarative/
Drules_registry_service.h24 class NotificationSource; variable
/external/chromium_org/chrome/browser/chromeos/policy/
Ddevice_status_collector.h35 class NotificationSource; variable
/external/chromium_org/chrome/browser/extensions/api/networking_private/
Dnetworking_private_apitest.cc90 const content::NotificationSource& /* source */, in Observe()