/external/chromium_org/chrome/browser/local_discovery/ |
D | privet_notifications.h | 60 void DeviceRemoved(const std::string& name); 103 virtual void DeviceRemoved(const std::string& name) OVERRIDE;
|
D | privet_device_lister.h | 28 virtual void DeviceRemoved(const std::string& name) = 0;
|
D | privet_notifications.cc | 154 void PrivetNotificationsListener::DeviceRemoved(const std::string& name) { in DeviceRemoved() function in local_discovery::PrivetNotificationsListener 217 void PrivetNotificationService::DeviceRemoved(const std::string& name) { in DeviceRemoved() function in local_discovery::PrivetNotificationService 218 privet_notifications_listener_->DeviceRemoved(name); in DeviceRemoved()
|
D | privet_device_lister_impl.cc | 59 delegate_->DeviceRemoved(service_name); in OnDeviceRemoved()
|
D | privet_local_printer_lister.h | 51 virtual void DeviceRemoved(const std::string& name) OVERRIDE;
|
D | privet_device_lister_unittest.cc | 168 MOCK_METHOD1(DeviceRemoved, void(const std::string& name)); 246 EXPECT_CALL(delegate_, DeviceRemoved("myprinter._privet._tcp.local")); in TEST_F()
|
/external/chromium_org/chrome/browser/chromeos/ |
D | device_hierarchy_observer.h | 18 virtual void DeviceRemoved(int device_id) = 0;
|
/external/chromium_org/chrome/browser/chromeos/system/ |
D | pointer_device_observer.h | 42 virtual void DeviceRemoved(int device_id) OVERRIDE {} in DeviceRemoved() function
|
/external/chromium_org/device/bluetooth/ |
D | bluetooth_gatt_connection_chromeos.h | 44 virtual void DeviceRemoved(const dbus::ObjectPath& object_path) OVERRIDE;
|
D | bluetooth_gatt_connection_chromeos.cc | 76 void BluetoothGattConnectionChromeOS::DeviceRemoved( in DeviceRemoved() function in chromeos::BluetoothGattConnectionChromeOS
|
/external/chromium_org/components/proximity_auth/ |
D | bluetooth_connection_unittest.cc | 84 using BluetoothConnection::DeviceRemoved; 237 connection.DeviceRemoved(adapter_.get(), &device_); in TEST_F() 251 connection.DeviceRemoved(adapter_.get(), &other_device); in TEST_F() 291 connection.DeviceRemoved(adapter_.get(), &device_); in TEST_F()
|
D | bluetooth_connection.h | 45 virtual void DeviceRemoved(device::BluetoothAdapter* adapter,
|
/external/chromium_org/components/storage_monitor/ |
D | image_capture_device.h | 52 virtual void DeviceRemoved() = 0;
|
D | image_capture_device.mm | 164 listener_->DeviceRemoved(); 176 listener_->DeviceRemoved();
|
/external/chromium_org/chromeos/dbus/ |
D | nfc_device_client.h | 52 virtual void DeviceRemoved(const dbus::ObjectPath& object_path) {} in DeviceRemoved() function
|
D | nfc_client_unittest.cc | 64 MOCK_METHOD1(DeviceRemoved, void(const dbus::ObjectPath&)); 710 DeviceRemoved(dbus::ObjectPath(kTestDevicePath0))); in TEST_F() 737 DeviceRemoved(dbus::ObjectPath(kTestDevicePath1))); in TEST_F() 854 DeviceRemoved(dbus::ObjectPath(kTestDevicePath0))); in TEST_F() 872 DeviceRemoved(dbus::ObjectPath(kTestDevicePath1))); in TEST_F()
|
D | bluetooth_device_client.h | 114 virtual void DeviceRemoved(const dbus::ObjectPath& object_path) {} in DeviceRemoved() function
|
/external/chromium_org/chrome/browser/chromeos/power/ |
D | peripheral_battery_observer.h | 44 virtual void DeviceRemoved(device::BluetoothAdapter* adapter,
|
/external/chromium_org/ash/system/chromeos/bluetooth/ |
D | bluetooth_notification_controller.h | 39 virtual void DeviceRemoved(device::BluetoothAdapter* adapter,
|
/external/chromium_org/chrome/browser/chromeos/events/ |
D | xinput_hierarchy_changed_event_listener.cc | 37 DeviceRemoved(info->deviceid)); in HandleHierarchyChangedEvent()
|
/external/chromium_org/device/bluetooth/test/ |
D | mock_bluetooth_adapter.h | 29 MOCK_METHOD2(DeviceRemoved, void(BluetoothAdapter*, BluetoothDevice*));
|
/external/chromium_org/device/nfc/ |
D | nfc_adapter_chromeos.h | 62 virtual void DeviceRemoved(const dbus::ObjectPath& object_path) OVERRIDE;
|
/external/chromium_org/content/browser/gamepad/ |
D | xbox_data_fetcher_mac.h | 162 static void DeviceRemoved(void* context, io_iterator_t iterator);
|
/external/chromium_org/extensions/browser/api/bluetooth/ |
D | bluetooth_event_router.h | 104 virtual void DeviceRemoved(device::BluetoothAdapter* adapter,
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
D | bluetooth_options_handler.h | 149 virtual void DeviceRemoved(device::BluetoothAdapter* adapter,
|