Home
last modified time | relevance | path

Searched refs:has_absolute (Results 1 – 3 of 3) sorted by relevance

/external/qemu/ui/
Dinput.c76 int has_absolute; in check_mode_change() local
79 has_absolute = kbd_mouse_has_absolute(); in check_mode_change()
82 has_absolute != current_has_absolute) { in check_mode_change()
87 current_has_absolute = has_absolute; in check_mode_change()
/external/chromium_org/content/shell/renderer/test_runner/
Dtest_runner.h306 bool has_absolute, bool absolute);
Dtest_runner.cc913 bool has_absolute; in SetMockDeviceOrientation() local
922 args->GetNext(&has_absolute); in SetMockDeviceOrientation()
928 has_absolute, absolute); in SetMockDeviceOrientation()
2365 bool has_absolute, bool absolute) { in SetMockDeviceOrientation() argument
2381 orientation.hasAbsolute = has_absolute; in SetMockDeviceOrientation()