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

  /external/chromium_org/device/bluetooth/
bluetooth_device.cc 64 case DEVICE_MOUSE:
145 return DEVICE_MOUSE;
165 if (type == DEVICE_MOUSE && vendor == "00:12:A1")
168 if (type == DEVICE_MOUSE && vendor == "7C:ED:8D")
bluetooth_device.h 63 DEVICE_MOUSE,
bluetooth_chromeos_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_api_utils.cc 74 case BluetoothDevice::DEVICE_MOUSE:
  /external/chromium_org/chrome/browser/metrics/
chromeos_metrics_provider.cc 61 case device::BluetoothDevice::DEVICE_MOUSE:
62 return PairedDevice::DEVICE_MOUSE;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
hid_detection_screen_handler.cc 50 return device_type == device::BluetoothDevice::DEVICE_MOUSE ||
493 if (device_type == device::BluetoothDevice::DEVICE_MOUSE ||

Completed in 96 milliseconds