GetUUIDs          116 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc   const device::BluetoothDevice::UUIDList& uuids = device.GetUUIDs();
GetUUIDs          650 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc   EXPECT_CALL(*device1_.get(), GetUUIDs())
GetUUIDs         1450 device/bluetooth/bluetooth_chromeos_unittest.cc   BluetoothDevice::UUIDList uuids = devices[0]->GetUUIDs();
GetUUIDs         1525 device/bluetooth/bluetooth_chromeos_unittest.cc   BluetoothDevice::UUIDList uuids = devices[0]->GetUUIDs();
GetUUIDs         1551 device/bluetooth/bluetooth_chromeos_unittest.cc   uuids = devices[0]->GetUUIDs();
GetUUIDs         1705 device/bluetooth/bluetooth_chromeos_unittest.cc   BluetoothDevice::UUIDList uuids = device->GetUUIDs();
GetUUIDs         1895 device/bluetooth/bluetooth_chromeos_unittest.cc   BluetoothDevice::UUIDList uuids = device->GetUUIDs();
GetUUIDs         1951 device/bluetooth/bluetooth_chromeos_unittest.cc   BluetoothDevice::UUIDList uuids = device->GetUUIDs();
GetUUIDs         2027 device/bluetooth/bluetooth_chromeos_unittest.cc   BluetoothDevice::UUIDList uuids = device->GetUUIDs();
GetUUIDs         2085 device/bluetooth/bluetooth_chromeos_unittest.cc   BluetoothDevice::UUIDList uuids = device->GetUUIDs();
GetUUIDs          237 device/bluetooth/bluetooth_device.h   virtual UUIDList GetUUIDs() const = 0;
GetUUIDs           37 device/bluetooth/bluetooth_device_chromeos.h   virtual UUIDList GetUUIDs() const OVERRIDE;
GetUUIDs           37 device/bluetooth/bluetooth_device_mac.h   virtual UUIDList GetUUIDs() const OVERRIDE;
GetUUIDs           37 device/bluetooth/bluetooth_device_win.h   virtual UUIDList GetUUIDs() const OVERRIDE;
GetUUIDs           75 device/bluetooth/bluetooth_device_win_unittest.cc TEST_F(BluetoothDeviceWinTest, GetUUIDs) {
GetUUIDs           76 device/bluetooth/bluetooth_device_win_unittest.cc   BluetoothDevice::UUIDList uuids = device_->GetUUIDs();
GetUUIDs           82 device/bluetooth/bluetooth_device_win_unittest.cc   uuids = empty_device_->GetUUIDs();
GetUUIDs           53 device/bluetooth/test/mock_bluetooth_device.cc   ON_CALL(*this, GetUUIDs())
GetUUIDs           43 device/bluetooth/test/mock_bluetooth_device.h   MOCK_CONST_METHOD0(GetUUIDs, UUIDList());