Home
last modified time | relevance | path

Searched refs:OnDisconnect (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Dxmpptask.cc50 GetClient()->SignalDisconnected.connect(this, &XmppTask::OnDisconnect); in XmppTask()
85 void XmppTask::OnDisconnect() { in OnDisconnect() function in buzz::XmppTask
Dxmpptask.h153 virtual void OnDisconnect();
/external/chromium_org/extensions/browser/api/messaging/
Dnative_messaging_channel.h29 virtual void OnDisconnect() = 0;
/external/chromium_org/device/usb/
Dusb_service_impl.cc108 it->second->OnDisconnect(); in ~UsbServiceImpl()
166 it->second->OnDisconnect(); in RefreshDevices()
Dusb_device.h26 virtual void OnDisconnect(scoped_refptr<UsbDevice> device) = 0;
Dusb_device_impl.h60 void OnDisconnect();
Dusb_device_impl.cc115 FOR_EACH_OBSERVER(Observer, observer_list_, OnDisconnect(this)); in NotifyDisconnect()
418 void UsbDeviceImpl::OnDisconnect() { in OnDisconnect() function in device::UsbDeviceImpl
/external/chromium_org/remoting/host/setup/
Dme2me_native_messaging_host.h53 virtual void OnDisconnect() OVERRIDE;
139 virtual void OnDisconnect() OVERRIDE;
Dme2me_native_messaging_host.cc162 void Me2MeNativeMessagingHost::OnDisconnect() { in OnDisconnect() function in remoting::Me2MeNativeMessagingHost
527 void Me2MeNativeMessagingHost::ElevatedChannelEventHandler::OnDisconnect() { in OnDisconnect() function in remoting::Me2MeNativeMessagingHost::ElevatedChannelEventHandler
528 parent_->OnDisconnect(); in OnDisconnect()
/external/chromium_org/remoting/host/native_messaging/
Dpipe_messaging_channel.cc110 handler->OnDisconnect(); in Shutdown()
/external/chromium_org/apps/
Dsaved_devices_service.h76 virtual void OnDisconnect(scoped_refptr<device::UsbDevice> device) OVERRIDE;
Dsaved_devices_service.cc226 void SavedDevicesService::SavedDevices::OnDisconnect( in OnDisconnect() function in apps::SavedDevicesService::SavedDevices
/external/chromium_org/remoting/host/it2me/
Dit2me_native_messaging_host.h36 virtual void OnDisconnect() OVERRIDE;
Dit2me_native_messaging_host.cc119 void It2MeNativeMessagingHost::OnDisconnect() { in OnDisconnect() function in remoting::It2MeNativeMessagingHost
/external/chromium_org/device/bluetooth/
Dbluetooth_device_chromeos.h158 void OnDisconnect(const base::Closure& callback);
Dbluetooth_device_chromeos.cc406 base::Bind(&BluetoothDeviceChromeOS::OnDisconnect, in Disconnect()
700 void BluetoothDeviceChromeOS::OnDisconnect(const base::Closure& callback) { in OnDisconnect() function in chromeos::BluetoothDeviceChromeOS
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
Dbluetooth_low_energy_event_router.h315 void OnDisconnect(const std::string& extension_id,
Dbluetooth_low_energy_event_router.cc293 base::Bind(&BluetoothLowEnergyEventRouter::OnDisconnect, in Disconnect()
1252 void BluetoothLowEnergyEventRouter::OnDisconnect( in OnDisconnect() function in extensions::BluetoothLowEnergyEventRouter