GetDeviceType 891 chrome/browser/chromeos/events/event_rewriter.cc const DeviceType type = EventRewriter::GetDeviceType(device_name); GetDeviceType 60 chrome/browser/chromeos/events/event_rewriter.h static DeviceType GetDeviceType(const std::string& device_name); GetDeviceType 292 chrome/browser/chromeos/events/event_rewriter_unittest.cc EventRewriter::GetDeviceType("Apple Inc. Apple Keyboard")); GetDeviceType 296 chrome/browser/chromeos/events/event_rewriter_unittest.cc EventRewriter::GetDeviceType("Apple Keyboard")); GetDeviceType 298 chrome/browser/chromeos/events/event_rewriter_unittest.cc EventRewriter::GetDeviceType("apple keyboard")); GetDeviceType 300 chrome/browser/chromeos/events/event_rewriter_unittest.cc EventRewriter::GetDeviceType("apple keyboard.")); GetDeviceType 302 chrome/browser/chromeos/events/event_rewriter_unittest.cc EventRewriter::GetDeviceType("apple.keyboard.")); GetDeviceType 304 chrome/browser/chromeos/events/event_rewriter_unittest.cc EventRewriter::GetDeviceType(".apple.keyboard.")); GetDeviceType 308 chrome/browser/chromeos/events/event_rewriter_unittest.cc EventRewriter::GetDeviceType("Dell Dell USB Entry Keyboard")); GetDeviceType 310 chrome/browser/chromeos/events/event_rewriter_unittest.cc EventRewriter::GetDeviceType( GetDeviceType 313 chrome/browser/chromeos/events/event_rewriter_unittest.cc EventRewriter::GetDeviceType("CHESEN USB Keyboard")); GetDeviceType 316 chrome/browser/chromeos/events/event_rewriter_unittest.cc EXPECT_EQ(EventRewriter::kDeviceUnknown, EventRewriter::GetDeviceType("")); GetDeviceType 318 chrome/browser/chromeos/events/event_rewriter_unittest.cc EventRewriter::GetDeviceType(".")); GetDeviceType 320 chrome/browser/chromeos/events/event_rewriter_unittest.cc EventRewriter::GetDeviceType(". ")); GetDeviceType 322 chrome/browser/chromeos/events/event_rewriter_unittest.cc EventRewriter::GetDeviceType(" .")); GetDeviceType 324 chrome/browser/chromeos/events/event_rewriter_unittest.cc EventRewriter::GetDeviceType("not-an-apple keyboard")); GetDeviceType 110 chrome/browser/extensions/api/bluetooth/bluetooth_api_utils.cc ConvertDeviceTypeToApi(device.GetDeviceType(), &(out->type)); GetDeviceType 635 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc EXPECT_CALL(*device1_.get(), GetDeviceType()) GetDeviceType 156 chrome/browser/metrics/metrics_log_chromeos.cc paired_device->set_type(AsBluetoothDeviceType(device->GetDeviceType())); GetDeviceType 150 components/storage_monitor/volume_mount_watcher_win.cc DeviceType device_type = GetDeviceType(mount_point); GetDeviceType 1442 device/bluetooth/bluetooth_chromeos_unittest.cc EXPECT_EQ(BluetoothDevice::DEVICE_COMPUTER, devices[0]->GetDeviceType()); GetDeviceType 1470 device/bluetooth/bluetooth_chromeos_unittest.cc ASSERT_EQ(BluetoothDevice::DEVICE_COMPUTER, devices[0]->GetDeviceType()); GetDeviceType 1485 device/bluetooth/bluetooth_chromeos_unittest.cc EXPECT_EQ(BluetoothDevice::DEVICE_MOUSE, devices[0]->GetDeviceType()); GetDeviceType 32 device/bluetooth/bluetooth_device.cc BluetoothDevice::DeviceType device_type = GetDeviceType(); GetDeviceType 156 device/bluetooth/bluetooth_device.cc DeviceType type = GetDeviceType(); GetDeviceType 206 device/bluetooth/bluetooth_device.h DeviceType GetDeviceType() const; GetDeviceType 27 device/bluetooth/test/mock_bluetooth_device.cc ON_CALL(*this, GetDeviceType()) GetDeviceType 38 device/bluetooth/test/mock_bluetooth_device.h MOCK_CONST_METHOD0(GetDeviceType, BluetoothDevice::DeviceType());