GetProductID      106 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc     out->product_id.reset(new int(device.GetProductID()));
GetProductID      641 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc   EXPECT_CALL(*device1_.get(), GetProductID())
GetProductID      185 chrome/browser/metrics/metrics_log_chromeos.cc     paired_device->set_product_id(device->GetProductID());
GetProductID     1457 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_EQ(0x030d, devices[0]->GetProductID());
GetProductID     3138 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_EQ(0x030d, device->GetProductID());
GetProductID     3146 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_EQ(0x2400, device->GetProductID());
GetProductID     3154 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_EQ(0, device->GetProductID());
GetProductID     3162 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_EQ(0, device->GetProductID());
GetProductID     3170 device/bluetooth/bluetooth_chromeos_unittest.cc   EXPECT_EQ(0, device->GetProductID());
GetProductID      191 device/bluetooth/bluetooth_device.h   virtual uint16 GetProductID() const = 0;
GetProductID       31 device/bluetooth/bluetooth_device_chromeos.h   virtual uint16 GetProductID() const OVERRIDE;
GetProductID       31 device/bluetooth/bluetooth_device_mac.h   virtual uint16 GetProductID() const OVERRIDE;
GetProductID       31 device/bluetooth/bluetooth_device_win.h   virtual uint16 GetProductID() const OVERRIDE;
GetProductID       33 device/bluetooth/test/mock_bluetooth_device.cc   ON_CALL(*this, GetProductID())
GetProductID       35 device/bluetooth/test/mock_bluetooth_device.h   MOCK_CONST_METHOD0(GetProductID, uint16());