Searched refs:ConfirmPairing (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_pairing_chromeos.h79 // from the current pairing delegate. The ConfirmPairing(), RejectPairing()
88 // this device from the current pairing delegate. The ConfirmPairing(),
97 void ConfirmPairing();
H A Dbluetooth_device_mac.h50 virtual void ConfirmPairing() OVERRIDE;
H A Dbluetooth_device_win.h56 virtual void ConfirmPairing() OVERRIDE;
H A Dbluetooth_device.h150 // ConfirmPairing() on the device to confirm, RejectPairing() on the device
164 // or not, then call ConfirmPairing() on the device to confirm the pairing
317 virtual void ConfirmPairing() = 0;
H A Dbluetooth_device_chromeos.h58 virtual void ConfirmPairing() OVERRIDE;
H A Dbluetooth_pairing_chromeos.cc206 void BluetoothPairingChromeOS::ConfirmPairing() { function in class:chromeos::BluetoothPairingChromeOS
H A Dbluetooth_device_win.cc234 void BluetoothDeviceWin::ConfirmPairing() { function in class:device::BluetoothDeviceWin
H A Dbluetooth_device_chromeos.cc359 void BluetoothDeviceChromeOS::ConfirmPairing() { function in class:chromeos::BluetoothDeviceChromeOS
363 pairing_->ConfirmPairing();
H A Dbluetooth_chromeos_unittest.cc2137 device->ConfirmPairing();
2770 device->ConfirmPairing();
2885 device->ConfirmPairing();
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_device.h56 MOCK_METHOD0(ConfirmPairing, void());
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_handler.cc346 device->ConfirmPairing();
551 device->ConfirmPairing();
/external/chromium_org/ash/system/chromeos/bluetooth/
H A Dbluetooth_notification_controller.cc129 device->ConfirmPairing();
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_private_api.cc271 device->ConfirmPairing();
/external/chromium_org/components/pairing/
H A Dbluetooth_host_pairing_controller.cc413 device->ConfirmPairing();
H A Dbluetooth_controller_pairing_controller.cc305 device->ConfirmPairing();
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dhid_detection_screen_handler.cc302 device->ConfirmPairing();

Completed in 308 milliseconds