GetVendorID       105 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc     out->vendor_id.reset(new int(device.GetVendorID()));
GetVendorID       639 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc   EXPECT_CALL(*device1_.get(), GetVendorID())
GetVendorID       184 chrome/browser/metrics/metrics_log_chromeos.cc     paired_device->set_vendor_id(device->GetVendorID());
GetVendorID      1456 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_EQ(0x05ac, devices[0]->GetVendorID());
GetVendorID      3137 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_EQ(0x05ac, device->GetVendorID());
GetVendorID      3145 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_EQ(0x00e0, device->GetVendorID());
GetVendorID      3153 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_EQ(0, device->GetVendorID());
GetVendorID      3161 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_EQ(0, device->GetVendorID());
GetVendorID      3169 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_EQ(0, device->GetVendorID());
GetVendorID       188 device/bluetooth/bluetooth_device.h   virtual uint16 GetVendorID() const = 0;
GetVendorID        30 device/bluetooth/bluetooth_device_chromeos.h   virtual uint16 GetVendorID() const OVERRIDE;
GetVendorID        30 device/bluetooth/bluetooth_device_mac.h   virtual uint16 GetVendorID() const OVERRIDE;
GetVendorID        30 device/bluetooth/bluetooth_device_win.h   virtual uint16 GetVendorID() const OVERRIDE;
GetVendorID        31 device/bluetooth/test/mock_bluetooth_device.cc   ON_CALL(*this, GetVendorID())
GetVendorID        34 device/bluetooth/test/mock_bluetooth_device.h   MOCK_CONST_METHOD0(GetVendorID, uint16());