Searched refs:ExpectingConfirmation (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_pairing_chromeos.h32 bool ExpectingConfirmation() const;
H A Dbluetooth_device_mac.h43 virtual bool ExpectingConfirmation() const OVERRIDE;
H A Dbluetooth_device_win.h49 virtual bool ExpectingConfirmation() const OVERRIDE;
H A Dbluetooth_device.h282 virtual bool ExpectingConfirmation() const = 0;
H A Dbluetooth_device_chromeos.h51 virtual bool ExpectingConfirmation() const OVERRIDE;
H A Dbluetooth_pairing_chromeos.cc202 bool BluetoothPairingChromeOS::ExpectingConfirmation() const { function in class:chromeos::BluetoothPairingChromeOS
H A Dbluetooth_device_win.cc214 bool BluetoothDeviceWin::ExpectingConfirmation() const { function in class:device::BluetoothDeviceWin
H A Dbluetooth_device_chromeos.cc313 bool BluetoothDeviceChromeOS::ExpectingConfirmation() const { function in class:chromeos::BluetoothDeviceChromeOS
314 return pairing_.get() && pairing_->ExpectingConfirmation();
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_device.cc57 ON_CALL(*this, ExpectingConfirmation())
H A Dmock_bluetooth_device.h48 MOCK_CONST_METHOD0(ExpectingConfirmation, bool());
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_private_api.cc101 if (!device->ExpectingConfirmation() && !device->ExpectingPinCode() &&
109 !passkey && !device->ExpectingConfirmation())
H A Dbluetooth_private_apitest.cc155 EXPECT_CALL(*mock_device_, ExpectingConfirmation())

Completed in 2273 milliseconds