ExpectingPinCode   92 chrome/browser/extensions/api/bluetooth/bluetooth_private_api.cc   if (pincode && !device->ExpectingPinCode())
ExpectingPinCode  300 chrome/browser/ui/webui/options/chromeos/bluetooth_options_handler.cc       if (device->ExpectingPinCode()) {
ExpectingPinCode  250 device/bluetooth/bluetooth_device.h   virtual bool ExpectingPinCode() const = 0;
ExpectingPinCode  234 device/bluetooth/bluetooth_device_chromeos.cc   return pairing_.get() && pairing_->ExpectingPinCode();
ExpectingPinCode   38 device/bluetooth/bluetooth_device_chromeos.h   virtual bool ExpectingPinCode() const OVERRIDE;
ExpectingPinCode   38 device/bluetooth/bluetooth_device_mac.h   virtual bool ExpectingPinCode() const OVERRIDE;
ExpectingPinCode   38 device/bluetooth/bluetooth_device_win.h   virtual bool ExpectingPinCode() const OVERRIDE;
ExpectingPinCode   43 device/bluetooth/bluetooth_pairing_chromeos.h   bool ExpectingPinCode() const;
ExpectingPinCode   47 device/bluetooth/test/mock_bluetooth_device.cc   ON_CALL(*this, ExpectingPinCode())
ExpectingPinCode   44 device/bluetooth/test/mock_bluetooth_device.h   MOCK_CONST_METHOD0(ExpectingPinCode, bool());