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

  /external/chromium_org/device/bluetooth/
bluetooth_pairing_chromeos.h 79 // from the current pairing delegate. The ConfirmPairing(), RejectPairing()
88 // this device from the current pairing delegate. The ConfirmPairing(),
97 void ConfirmPairing();
bluetooth_device_mac.h 50 virtual void ConfirmPairing() OVERRIDE;
bluetooth_device.h 150 // 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;
bluetooth_device_win.h 56 virtual void ConfirmPairing() OVERRIDE;
bluetooth_device_chromeos.h 58 virtual void ConfirmPairing() OVERRIDE;
bluetooth_pairing_chromeos.cc 206 void BluetoothPairingChromeOS::ConfirmPairing() {
bluetooth_device_win.cc 234 void BluetoothDeviceWin::ConfirmPairing() {
bluetooth_device_chromeos.cc 359 void BluetoothDeviceChromeOS::ConfirmPairing() {
363 pairing_->ConfirmPairing();
bluetooth_chromeos_unittest.cc     [all...]
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.h 56 MOCK_METHOD0(ConfirmPairing, void());
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 346 device->ConfirmPairing();
551 device->ConfirmPairing();
  /external/chromium_org/ash/system/chromeos/bluetooth/
bluetooth_notification_controller.cc 129 device->ConfirmPairing();
  /external/chromium_org/extensions/browser/api/bluetooth/
bluetooth_private_api.cc 271 device->ConfirmPairing();
  /external/chromium_org/components/pairing/
bluetooth_host_pairing_controller.cc 413 device->ConfirmPairing();
bluetooth_controller_pairing_controller.cc 305 device->ConfirmPairing();
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
hid_detection_screen_handler.cc 302 device->ConfirmPairing();

Completed in 164 milliseconds