Searched defs:OnListenerRemoved (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_event_router_nonchromeos.cc30 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
94 void NetworkingPrivateEventRouterImpl::OnListenerRemoved( function in class:extensions::NetworkingPrivateEventRouterImpl
H A Dnetworking_private_event_router_chromeos.cc46 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
114 void NetworkingPrivateEventRouterImpl::OnListenerRemoved( function in class:extensions::NetworkingPrivateEventRouterImpl
/external/chromium_org/chrome/browser/extensions/api/activity_log_private/
H A Dactivity_log_private_api.cc82 void ActivityLogAPI::OnListenerRemoved(const EventListenerInfo& details) { function in class:extensions::ActivityLogAPI
/external/chromium_org/chrome/browser/extensions/api/braille_display_private/
H A Dbraille_display_private_api.cc111 void BrailleDisplayPrivateAPI::OnListenerRemoved( function in class:extensions::BrailleDisplayPrivateAPI
/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_api.cc64 void DialAPI::OnListenerRemoved(const EventListenerInfo& details) { function in class:extensions::DialAPI
80 dial_registry()->OnListenerRemoved();
H A Ddial_registry.cc70 void DialRegistry::OnListenerRemoved() { function in class:extensions::DialRegistry
/external/chromium_org/chrome/browser/extensions/api/mdns/
H A Dmdns_api.cc76 void MDnsAPI::OnListenerRemoved(const EventListenerInfo& details) { function in class:extensions::MDnsAPI
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
H A Dsigned_in_devices_manager.cc135 void SignedInDevicesManager::OnListenerRemoved( function in class:extensions::SignedInDevicesManager
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api.cc93 void BluetoothAPI::OnListenerRemoved(const EventListenerInfo& details) { function in class:extensions::BluetoothAPI
96 event_router()->OnListenerRemoved();
H A Dbluetooth_event_router.cc279 void BluetoothEventRouter::OnListenerRemoved() { function in class:extensions::BluetoothEventRouter
H A Dbluetooth_private_api.cc51 void BluetoothPrivateAPI::OnListenerRemoved(const EventListenerInfo& details) { function in class:extensions::BluetoothPrivateAPI
/external/chromium_org/extensions/browser/
H A Devent_router.h71 virtual void OnListenerRemoved(const EventListenerInfo& details) {} function in class:extensions::EventRouter::Observer
296 virtual void OnListenerRemoved(const EventListener* listener) OVERRIDE;
H A Devent_router.cc250 void EventRouter::OnListenerRemoved(const EventListener* listener) { function in class:extensions::EventRouter
258 observer->second->OnListenerRemoved(details);
/external/chromium_org/chrome/browser/extensions/api/idle/
H A Didle_manager.cc157 void IdleManager::OnListenerRemoved(const EventListenerInfo& details) { function in class:extensions::IdleManager
/external/chromium_org/extensions/browser/api/system_info/
H A Dsystem_info_api.cc248 void SystemInfoAPI::OnListenerRemoved(const EventListenerInfo& details) { function in class:extensions::SystemInfoAPI
/external/chromium_org/chrome/browser/extensions/api/processes/
H A Dprocesses_api.cc526 void ProcessesAPI::OnListenerRemoved(const EventListenerInfo& details) { function in class:extensions::ProcessesAPI
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc320 void DeveloperPrivateAPI::OnListenerRemoved( function in class:extensions::DeveloperPrivateAPI
/external/chromium_org/chrome/browser/extensions/api/gcd_private/
H A Dgcd_private_api.cc153 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
296 void GcdPrivateAPIImpl::OnListenerRemoved(const EventListenerInfo& details) { function in class:extensions::GcdPrivateAPIImpl
/external/chromium_org/chrome/browser/extensions/api/media_galleries/
H A Dmedia_galleries_api.cc446 void MediaGalleriesEventRouter::OnListenerRemoved( function in class:extensions::MediaGalleriesEventRouter
/external/chromium_org/extensions/browser/api/web_request/
H A Dweb_request_api.cc432 void WebRequestAPI::OnListenerRemoved(const EventListenerInfo& details) { function in class:extensions::WebRequestAPI
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc1744 void ExtensionDownloadsEventRouter::OnListenerRemoved( function in class:extensions::ExtensionDownloadsEventRouter

Completed in 2897 milliseconds