Searched refs:OnListenerRemoved (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_event_router_unittest.cc65 router_->OnListenerRemoved();
72 router_->OnListenerRemoved();
73 router_->OnListenerRemoved();
75 router_->OnListenerRemoved();
H A Dbluetooth_private_api.h36 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
H A Dbluetooth_api.h52 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
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.h75 void OnListenerRemoved();
/external/chromium_org/extensions/browser/api/system_info/
H A Dsystem_info_api.h29 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
/external/chromium_org/extensions/browser/
H A Devent_router_unittest.cc46 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE {
117 router.OnListenerRemoved(listener.get());
131 router.OnListenerRemoved(listener.get());
141 router.OnListenerRemoved(listener.get());
157 router.OnListenerRemoved(sub_event_listener.get());
H A Devent_listener_map.h114 virtual void OnListenerRemoved(const EventListener* listener) = 0;
H A Devent_listener_map.cc125 delegate_->OnListenerRemoved(listener);
259 delegate_->OnListenerRemoved(listener.get());
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
H A Dsigned_in_devices_manager_unittest.cc44 manager.OnListenerRemoved(info);
H A Dsigned_in_devices_manager.h80 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
H A Dsigned_in_devices_manager.cc135 void SignedInDevicesManager::OnListenerRemoved( function in class:extensions::SignedInDevicesManager
/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_registry_unittest.cc133 registry_->OnListenerRemoved();
135 registry_->OnListenerRemoved();
149 registry_->OnListenerRemoved();
176 registry_->OnListenerRemoved();
198 registry_->OnListenerRemoved();
249 registry_->OnListenerRemoved();
273 registry_->OnListenerRemoved();
278 registry_->OnListenerRemoved();
306 registry_->OnListenerRemoved();
363 registry_->OnListenerRemoved();
[all...]
H A Ddial_api.h47 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
H A Ddial_api.cc64 void DialAPI::OnListenerRemoved(const EventListenerInfo& details) { function in class:extensions::DialAPI
80 dial_registry()->OnListenerRemoved();
H A Ddial_registry.h67 void OnListenerRemoved();
/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/mdns/
H A Dmdns_api.h53 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
H A Dmdns_api.cc76 void MDnsAPI::OnListenerRemoved(const EventListenerInfo& details) { function in class:extensions::MDnsAPI
/external/chromium_org/chrome/browser/extensions/api/activity_log_private/
H A Dactivity_log_private_api.h50 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/braille_display_private/
H A Dbraille_display_private_api.h47 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
H A Dbraille_display_private_api.cc111 void BrailleDisplayPrivateAPI::OnListenerRemoved( function in class:extensions::BrailleDisplayPrivateAPI
/external/chromium_org/chrome/browser/extensions/api/idle/
H A Didle_manager.h87 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/processes/
H A Dprocesses_api.h116 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;

Completed in 241 milliseconds

12