GetBluetoothClass   98 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc   out->device_class.reset(new int(device.GetBluetoothClass()));
GetBluetoothClass  633 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc   EXPECT_CALL(*device1_.get(), GetBluetoothClass())
GetBluetoothClass  155 chrome/browser/metrics/metrics_log_chromeos.cc     paired_device->set_bluetooth_class(device->GetBluetoothClass());
GetBluetoothClass   78 device/bluetooth/bluetooth_device.cc   uint32 bluetooth_class = GetBluetoothClass();
GetBluetoothClass  177 device/bluetooth/bluetooth_device.h   virtual uint32 GetBluetoothClass() const = 0;
GetBluetoothClass   27 device/bluetooth/bluetooth_device_chromeos.h   virtual uint32 GetBluetoothClass() const OVERRIDE;
GetBluetoothClass   27 device/bluetooth/bluetooth_device_mac.h   virtual uint32 GetBluetoothClass() const OVERRIDE;
GetBluetoothClass   27 device/bluetooth/bluetooth_device_win.h   virtual uint32 GetBluetoothClass() const OVERRIDE;
GetBluetoothClass   21 device/bluetooth/test/mock_bluetooth_device.cc   ON_CALL(*this, GetBluetoothClass())
GetBluetoothClass   30 device/bluetooth/test/mock_bluetooth_device.h   MOCK_CONST_METHOD0(GetBluetoothClass, uint32());