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

1 2

  /external/chromium_org/extensions/browser/
event_router_unittest.cc 43 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE {
76 router.OnListenerRemoved(&listener);
90 router.OnListenerRemoved(&listener);
100 router.OnListenerRemoved(&listener);
116 router.OnListenerRemoved(&sub_event_listener);
event_listener_map.h 76 virtual void OnListenerRemoved(const EventListener* listener) = 0;
event_router.h 68 virtual void OnListenerRemoved(const EventListenerInfo& details) {}
287 virtual void OnListenerRemoved(const EventListener* listener) OVERRIDE;
event_listener_map.cc 89 delegate_->OnListenerRemoved(listener);
223 delegate_->OnListenerRemoved(listener.get());
  /external/chromium_org/chrome/browser/extensions/api/system_info/
system_info_api.h 29 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
  /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/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_registry.h 67 void OnListenerRemoved();
dial_api.cc 66 void DialAPI::OnListenerRemoved(const EventListenerInfo& details) {
82 dial_registry()->OnListenerRemoved();
  /external/chromium_org/chrome/browser/extensions/api/mdns/
mdns_api.h 49 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
mdns_api.cc 77 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 74 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
signed_in_devices_manager.cc 142 void SignedInDevicesManager::OnListenerRemoved(
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router_unittest.cc 117 router_.OnListenerRemoved();
124 router_.OnListenerRemoved();
125 router_.OnListenerRemoved();
127 router_.OnListenerRemoved();
bluetooth_event_router.h 46 void OnListenerRemoved();
bluetooth_api.cc 109 void BluetoothAPI::OnListenerRemoved(const EventListenerInfo& details) {
111 bluetooth_event_router()->OnListenerRemoved();
628 GetEventRouter(GetProfile())->OnListenerRemoved();
650 GetEventRouter(GetProfile())->OnListenerRemoved();
657 GetEventRouter(GetProfile())->OnListenerRemoved();
bluetooth_api.h 49 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/braille_display_private/
braille_display_private_api.h 45 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
braille_display_private_api.cc 111 void BrailleDisplayPrivateAPI::OnListenerRemoved(
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_event_router_chromeos.cc 44 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
105 void NetworkingPrivateEventRouterImpl::OnListenerRemoved(
networking_private_event_router_nonchromeos.cc 31 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
95 void NetworkingPrivateEventRouterImpl::OnListenerRemoved(
  /external/chromium_org/chrome/browser/extensions/api/processes/
processes_api.h 114 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/idle/
idle_manager.h 85 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;

Completed in 453 milliseconds

1 2