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

/external/chromium_org/device/bluetooth/
H A Dbluetooth_pairing_chromeos.h43 bool ExpectingPinCode() const;
H A Dbluetooth_device_mac.h41 virtual bool ExpectingPinCode() const OVERRIDE;
H A Dbluetooth_device_win.h47 virtual bool ExpectingPinCode() const OVERRIDE;
H A Dbluetooth_device.h274 virtual bool ExpectingPinCode() const = 0;
H A Dbluetooth_device_chromeos.h49 virtual bool ExpectingPinCode() const OVERRIDE;
H A Dbluetooth_pairing_chromeos.cc87 bool BluetoothPairingChromeOS::ExpectingPinCode() const { function in class:chromeos::BluetoothPairingChromeOS
H A Dbluetooth_device_win.cc204 bool BluetoothDeviceWin::ExpectingPinCode() const { function in class:device::BluetoothDeviceWin
H A Dbluetooth_device_chromeos.cc305 bool BluetoothDeviceChromeOS::ExpectingPinCode() const { function in class:chromeos::BluetoothDeviceChromeOS
306 return pairing_.get() && pairing_->ExpectingPinCode();
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_device.cc53 ON_CALL(*this, ExpectingPinCode())
H A Dmock_bluetooth_device.h46 MOCK_CONST_METHOD0(ExpectingPinCode, bool());
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_private_api.cc101 if (!device->ExpectingConfirmation() && !device->ExpectingPinCode() &&
104 if (pincode && !device->ExpectingPinCode())
H A Dbluetooth_private_apitest.cc168 EXPECT_CALL(*mock_device_, ExpectingPinCode()).WillRepeatedly(Return(true));
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_handler.cc298 if (device->ExpectingPinCode()) {

Completed in 9651 milliseconds