Searched refs:ExpectingPasskey (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_pairing_chromeos.h28 bool ExpectingPasskey() const;
H A Dbluetooth_device_mac.h42 virtual bool ExpectingPasskey() const OVERRIDE;
H A Dbluetooth_device_win.h48 virtual bool ExpectingPasskey() const OVERRIDE;
H A Dbluetooth_device.h278 virtual bool ExpectingPasskey() const = 0;
H A Dbluetooth_device_chromeos.h50 virtual bool ExpectingPasskey() const OVERRIDE;
H A Dbluetooth_pairing_chromeos.cc134 bool BluetoothPairingChromeOS::ExpectingPasskey() const { function in class:chromeos::BluetoothPairingChromeOS
H A Dbluetooth_device_win.cc209 bool BluetoothDeviceWin::ExpectingPasskey() const { function in class:device::BluetoothDeviceWin
H A Dbluetooth_device_chromeos.cc309 bool BluetoothDeviceChromeOS::ExpectingPasskey() const { function in class:chromeos::BluetoothDeviceChromeOS
310 return pairing_.get() && pairing_->ExpectingPasskey();
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_device.cc55 ON_CALL(*this, ExpectingPasskey())
H A Dmock_bluetooth_device.h47 MOCK_CONST_METHOD0(ExpectingPasskey, bool());
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_private_api.cc102 !device->ExpectingPasskey())
106 if (passkey && !device->ExpectingPasskey())
H A Dbluetooth_private_apitest.cc180 EXPECT_CALL(*mock_device_, ExpectingPasskey()).WillRepeatedly(Return(true));
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_handler.cc306 } else if (device->ExpectingPasskey()) {

Completed in 596 milliseconds