OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConfirmPairing
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/device/bluetooth/
bluetooth_device_mac.h
52
virtual void
ConfirmPairing
() OVERRIDE;
bluetooth_device_win.h
52
virtual void
ConfirmPairing
() OVERRIDE;
bluetooth_device.h
147
//
ConfirmPairing
() on the device to confirm, RejectPairing() on the device
307
virtual void
ConfirmPairing
() = 0;
bluetooth_device_win.cc
156
void BluetoothDeviceWin::
ConfirmPairing
() {
bluetooth_device_chromeos.h
53
virtual void
ConfirmPairing
() OVERRIDE;
bluetooth_device_chromeos.cc
321
void BluetoothDeviceChromeOS::
ConfirmPairing
() {
bluetooth_chromeos_unittest.cc
[
all
...]
/external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.h
59
MOCK_METHOD0(
ConfirmPairing
, void());
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc
318
device->
ConfirmPairing
();
Completed in 107 milliseconds