HomeSort by relevance Sort by last modified time
    Searched refs:GetDeviceType (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/device/bluetooth/
bluetooth_device.cc 38 BluetoothDevice::DeviceType device_type = GetDeviceType();
82 BluetoothDevice::DeviceType BluetoothDevice::GetDeviceType() const {
162 DeviceType type = GetDeviceType();
bluetooth_device.h 36 // Possible values that may be returned by GetDeviceType(), representing
170 // Returns the Bluetooth class of the device, used by GetDeviceType()
197 DeviceType GetDeviceType() const;
bluetooth_chromeos_unittest.cc 748 EXPECT_EQ(BluetoothDevice::DEVICE_COMPUTER, devices[0]->GetDeviceType());
775 ASSERT_EQ(BluetoothDevice::DEVICE_COMPUTER, devices[0]->GetDeviceType());
791 EXPECT_EQ(BluetoothDevice::DEVICE_MOUSE, devices[0]->GetDeviceType());
    [all...]
  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_device.h 36 MOCK_CONST_METHOD0(GetDeviceType, BluetoothDevice::DeviceType());
  /external/chromium_org/chrome/browser/ui/ash/
event_rewriter.h 77 static DeviceType GetDeviceType(const std::string& device_name);
event_rewriter_unittest.cc 290 EventRewriter::GetDeviceType("Apple Inc. Apple Keyboard"));
294 EventRewriter::GetDeviceType("Apple Keyboard"));
296 EventRewriter::GetDeviceType("apple keyboard"));
298 EventRewriter::GetDeviceType("apple keyboard."));
300 EventRewriter::GetDeviceType("apple.keyboard."));
302 EventRewriter::GetDeviceType(".apple.keyboard."));
306 EventRewriter::GetDeviceType("Dell Dell USB Entry Keyboard"));
308 EventRewriter::GetDeviceType(
311 EventRewriter::GetDeviceType("CHESEN USB Keyboard"));
314 EXPECT_EQ(EventRewriter::kDeviceUnknown, EventRewriter::GetDeviceType(""));
    [all...]
event_rewriter.cc 183 EventRewriter::DeviceType EventRewriter::GetDeviceType(
    [all...]
  /external/chromium_org/chrome/browser/storage_monitor/
volume_mount_watcher_win.cc 58 DeviceType GetDeviceType(const base::string16& mount_point) {
150 DeviceType device_type = GetDeviceType(mount_point);
  /external/chromium_org/chrome/browser/metrics/
metrics_log.cc     [all...]

Completed in 1067 milliseconds