HomeSort by relevance Sort by last modified time
    Searched refs:OnListenerRemoved (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_event_router_unittest.cc 65 router_->OnListenerRemoved();
72 router_->OnListenerRemoved();
73 router_->OnListenerRemoved();
75 router_->OnListenerRemoved();
bluetooth_api.h 52 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
bluetooth_private_api.h 36 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
bluetooth_event_router.h 75 void OnListenerRemoved();
bluetooth_api.cc 93 void BluetoothAPI::OnListenerRemoved(const EventListenerInfo& details) {
96 event_router()->OnListenerRemoved();
  /external/chromium_org/extensions/browser/api/system_info/
system_info_api.h 29 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
  /external/chromium_org/extensions/browser/
event_router_unittest.cc 46 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());
event_router.h 71 virtual void OnListenerRemoved(const EventListenerInfo& details) {}
296 virtual void OnListenerRemoved(const EventListener* listener) OVERRIDE;
event_listener_map.h 114 virtual void OnListenerRemoved(const EventListener* listener) = 0;
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_api.h 47 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
dial_registry_unittest.cc 133 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...]
dial_api.cc 64 void DialAPI::OnListenerRemoved(const EventListenerInfo& details) {
80 dial_registry()->OnListenerRemoved();
dial_registry.h 67 void OnListenerRemoved();
  /external/chromium_org/chrome/browser/extensions/api/mdns/
mdns_api.h 53 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
mdns_api.cc 76 void MDnsAPI::OnListenerRemoved(const EventListenerInfo& details) {
  /external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
signed_in_devices_manager_unittest.cc 44 manager.OnListenerRemoved(info);
signed_in_devices_manager.h 80 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
signed_in_devices_manager.cc 135 void SignedInDevicesManager::OnListenerRemoved(
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_event_router_nonchromeos.cc 30 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
94 void NetworkingPrivateEventRouterImpl::OnListenerRemoved(
networking_private_event_router_chromeos.cc 46 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
114 void NetworkingPrivateEventRouterImpl::OnListenerRemoved(
  /external/chromium_org/chrome/browser/extensions/api/activity_log_private/
activity_log_private_api.h 50 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/braille_display_private/
braille_display_private_api.h 47 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
braille_display_private_api.cc 111 void BrailleDisplayPrivateAPI::OnListenerRemoved(
  /external/chromium_org/chrome/browser/extensions/api/processes/
processes_api.h 116 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/idle/
idle_manager.h 87 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;

Completed in 164 milliseconds

1 2