Searched defs:DeviceIsPointing (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dhid_detection_screen_handler.cc48 bool DeviceIsPointing(device::BluetoothDevice::DeviceType device_type) { function in namespace:__anon5426
54 bool DeviceIsPointing(const device::InputServiceLinux::InputDeviceInfo& info) { function in namespace:__anon5426
322 DeviceIsPointing(device->GetDeviceType()) &&
366 if (pointing_device_id_.empty() && DeviceIsPointing(info)) {
430 if (pointing_device_id_.empty() && DeviceIsPointing(*it)) {
520 if (DeviceIsPointing(device_type))
532 if (DeviceIsPointing(device_type))

Completed in 80 milliseconds