ExpectingConfirmation   97 chrome/browser/extensions/api/bluetooth/bluetooth_private_api.cc       !passkey && !device->ExpectingConfirmation())
ExpectingConfirmation  258 device/bluetooth/bluetooth_device.h   virtual bool ExpectingConfirmation() const = 0;
ExpectingConfirmation  242 device/bluetooth/bluetooth_device_chromeos.cc   return pairing_.get() && pairing_->ExpectingConfirmation();
ExpectingConfirmation   40 device/bluetooth/bluetooth_device_chromeos.h   virtual bool ExpectingConfirmation() const OVERRIDE;
ExpectingConfirmation   40 device/bluetooth/bluetooth_device_mac.h   virtual bool ExpectingConfirmation() const OVERRIDE;
ExpectingConfirmation   40 device/bluetooth/bluetooth_device_win.h   virtual bool ExpectingConfirmation() const OVERRIDE;
ExpectingConfirmation   32 device/bluetooth/bluetooth_pairing_chromeos.h   bool ExpectingConfirmation() const;
ExpectingConfirmation   51 device/bluetooth/test/mock_bluetooth_device.cc   ON_CALL(*this, ExpectingConfirmation())
ExpectingConfirmation   46 device/bluetooth/test/mock_bluetooth_device.h   MOCK_CONST_METHOD0(ExpectingConfirmation, bool());