GetVendorIDSource  102 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc   if (ConvertVendorIDSourceToApi(device.GetVendorIDSource(),
GetVendorIDSource  637 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc   EXPECT_CALL(*device1_.get(), GetVendorIDSource())
GetVendorIDSource  173 chrome/browser/metrics/metrics_log_chromeos.cc     switch (device->GetVendorIDSource()) {
GetVendorIDSource 1455 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_EQ(BluetoothDevice::VENDOR_ID_USB, devices[0]->GetVendorIDSource());
GetVendorIDSource 3136 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_EQ(BluetoothDevice::VENDOR_ID_USB, device->GetVendorIDSource());
GetVendorIDSource 3144 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_EQ(BluetoothDevice::VENDOR_ID_BLUETOOTH, device->GetVendorIDSource());
GetVendorIDSource 3152 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_EQ(BluetoothDevice::VENDOR_ID_UNKNOWN, device->GetVendorIDSource());
GetVendorIDSource 3160 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_EQ(BluetoothDevice::VENDOR_ID_UNKNOWN, device->GetVendorIDSource());
GetVendorIDSource 3168 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_EQ(BluetoothDevice::VENDOR_ID_UNKNOWN, device->GetVendorIDSource());
GetVendorIDSource  185 device/bluetooth/bluetooth_device.h   virtual VendorIDSource GetVendorIDSource() const = 0;
GetVendorIDSource   29 device/bluetooth/bluetooth_device_chromeos.h   virtual VendorIDSource GetVendorIDSource() const OVERRIDE;
GetVendorIDSource   29 device/bluetooth/bluetooth_device_mac.h   virtual VendorIDSource GetVendorIDSource() const OVERRIDE;
GetVendorIDSource   29 device/bluetooth/bluetooth_device_win.h   virtual VendorIDSource GetVendorIDSource() const OVERRIDE;
GetVendorIDSource   29 device/bluetooth/test/mock_bluetooth_device.cc   ON_CALL(*this, GetVendorIDSource())
GetVendorIDSource   33 device/bluetooth/test/mock_bluetooth_device.h   MOCK_CONST_METHOD0(GetVendorIDSource, BluetoothDevice::VendorIDSource());