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

  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_adapter.h 64 void(BluetoothDevice::PairingDelegate* pairing_delegate,
67 void(BluetoothDevice::PairingDelegate* pairing_delegate));
68 MOCK_METHOD0(DefaultPairingDelegate, BluetoothDevice::PairingDelegate*());
88 void(BluetoothDevice::PairingDelegate* pairing_delegate));
mock_bluetooth_device.h 52 void(BluetoothDevice::PairingDelegate* pairing_delegate,
  /external/chromium_org/device/bluetooth/
bluetooth_pairing_chromeos.h 23 device::BluetoothDevice::PairingDelegate* pairing_delegate);
108 device::BluetoothDevice::PairingDelegate* GetPairingDelegate() const;
125 device::BluetoothDevice::PairingDelegate* pairing_delegate_;
bluetooth_adapter.h 204 BluetoothDevice::PairingDelegate* pairing_delegate,
209 BluetoothDevice::PairingDelegate* pairing_delegate);
214 virtual BluetoothDevice::PairingDelegate* DefaultPairingDelegate();
291 BluetoothDevice::PairingDelegate* pairing_delegate) = 0;
315 typedef std::pair<BluetoothDevice::PairingDelegate*,
bluetooth_device.h 105 class PairingDelegate {
107 virtual ~PairingDelegate() {}
324 virtual void Connect(PairingDelegate* pairing_delegate,
bluetooth_adapter.cc 89 BluetoothDevice::PairingDelegate* pairing_delegate,
104 BluetoothDevice::PairingDelegate* pairing_delegate) {
115 BluetoothDevice::PairingDelegate* BluetoothAdapter::DefaultPairingDelegate() {
bluetooth_adapter_unittest.cc 105 BluetoothDevice::PairingDelegate* pairing_delegate) OVERRIDE {
109 class TestPairingDelegate : public BluetoothDevice::PairingDelegate {
bluetooth_device_chromeos.h 58 device::BluetoothDevice::PairingDelegate* pairing_delegate,
85 BluetoothDevice::PairingDelegate* pairing_delegate);
bluetooth_pairing_chromeos.cc 39 BluetoothDevice::PairingDelegate* pairing_delegate)
230 BluetoothDevice::PairingDelegate*
bluetooth_device_mac.h 49 PairingDelegate* pairing_delegate,
bluetooth_adapter_mac.h 84 device::BluetoothDevice::PairingDelegate* pairing_delegate) OVERRIDE;
bluetooth_adapter_win.h 92 device::BluetoothDevice::PairingDelegate* pairing_delegate) OVERRIDE;
bluetooth_device_win.h 55 PairingDelegate* pairing_delegate,
bluetooth_device_win.cc 164 PairingDelegate* pairing_delegate,
bluetooth_adapter_chromeos.h 91 device::BluetoothDevice::PairingDelegate* pairing_delegate) OVERRIDE;
bluetooth_adapter_win.cc 190 BluetoothDevice::PairingDelegate* pairing_delegate) {
bluetooth_device_chromeos.cc 329 BluetoothDevice::PairingDelegate* pairing_delegate,
480 BluetoothDevice::PairingDelegate* pairing_delegate) {
bluetooth_adapter_chromeos.cc 277 BluetoothDevice::PairingDelegate* pairing_delegate) {
629 BluetoothDevice::PairingDelegate* pairing_delegate = DefaultPairingDelegate();
bluetooth_chromeos_unittest.cc 148 class TestPairingDelegate : public BluetoothDevice::PairingDelegate {
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api_pairing_delegate.h 22 : public device::BluetoothDevice::PairingDelegate {
28 // device::PairingDelegate overrides:
  /external/chromium_org/ash/system/chromeos/bluetooth/
bluetooth_notification_controller.h 27 public device::BluetoothDevice::PairingDelegate {
42 // device::BluetoothDevice::PairingDelegate override.
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.h 30 public device::BluetoothDevice::PairingDelegate {
50 // device::BluetoothDevice::PairingDelegate override.
60 // device::BluetoothDevice::PairingDelegate override.
72 // device::BluetoothDevice::PairingDelegate override.
85 // device::BluetoothDevice::PairingDelegate override.
99 // device::BluetoothDevice::PairingDelegate override.
115 // device::BluetoothDevice::PairingDelegate override.
129 // device::BluetoothDevice::PairingDelegate override.
bluetooth_options_handler.cc 326 PairingDelegate* delegate = NULL;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
hid_detection_screen_handler.h 37 public device::BluetoothDevice::PairingDelegate,
57 // device::BluetoothDevice::PairingDelegate implementation:

Completed in 463 milliseconds