HomeSort by relevance Sort by last modified time
    Searched refs:OnDisconnect (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/extensions/browser/api/messaging/
native_messaging_channel.h 28 // EventHandler is guaranteed not to be called after OnDisconnect().
29 virtual void OnDisconnect() = 0;
  /external/chromium_org/device/usb/
usb_device.h 26 virtual void OnDisconnect(scoped_refptr<UsbDevice> device) = 0;
usb_device_impl.h 60 void OnDisconnect();
usb_service_impl.cc 108 it->second->OnDisconnect();
166 it->second->OnDisconnect();
usb_device_impl.cc 115 FOR_EACH_OBSERVER(Observer, observer_list_, OnDisconnect(this));
418 void UsbDeviceImpl::OnDisconnect() {
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host.h 53 virtual void OnDisconnect() OVERRIDE;
139 virtual void OnDisconnect() OVERRIDE;
me2me_native_messaging_host.cc 162 void Me2MeNativeMessagingHost::OnDisconnect() {
527 void Me2MeNativeMessagingHost::ElevatedChannelEventHandler::OnDisconnect() {
528 parent_->OnDisconnect();
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmpptask.cc 50 GetClient()->SignalDisconnected.connect(this, &XmppTask::OnDisconnect);
85 void XmppTask::OnDisconnect() {
xmpptask.h 153 virtual void OnDisconnect();
  /external/chromium_org/apps/
saved_devices_service.h 76 virtual void OnDisconnect(scoped_refptr<device::UsbDevice> device) OVERRIDE;
saved_devices_service.cc 226 void SavedDevicesService::SavedDevices::OnDisconnect(
  /external/chromium_org/remoting/host/it2me/
it2me_native_messaging_host.h 36 virtual void OnDisconnect() OVERRIDE;
it2me_native_messaging_host.cc 119 void It2MeNativeMessagingHost::OnDisconnect() {
  /external/chromium_org/remoting/host/native_messaging/
pipe_messaging_channel.cc 105 // Since event_handler->OnDisconnect() will destroy the current object,
106 // |event_handler_| will become a dangling pointer after OnDisconnect()
110 handler->OnDisconnect();
  /external/chromium_org/device/bluetooth/
bluetooth_device_chromeos.h 158 void OnDisconnect(const base::Closure& callback);
bluetooth_device_chromeos.cc 406 base::Bind(&BluetoothDeviceChromeOS::OnDisconnect,
700 void BluetoothDeviceChromeOS::OnDisconnect(const base::Closure& callback) {
  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
bluetooth_low_energy_event_router.h 315 void OnDisconnect(const std::string& extension_id,
bluetooth_low_energy_event_router.cc 293 base::Bind(&BluetoothLowEnergyEventRouter::OnDisconnect,
    [all...]

Completed in 337 milliseconds