Searched refs:grabTime (Results 1 – 6 of 6) sorted by relevance
104 (CompareTimeStamps(time, dev->deviceGrab.grabTime) != EARLIER) && in ProcXUngrabDevice()
167 (CompareTimeStamps(time, dev->deviceGrab.grabTime) != EARLIER) && in ProcXIUngrabDevice()
1540 grabinfo->grabTime = syncEvents.time; in ActivatePointerGrab()1542 grabinfo->grabTime = time; in ActivatePointerGrab()1652 grabinfo->grabTime = syncEvents.time; in ActivateKeyboardGrab()1654 grabinfo->grabTime = time; in ActivateKeyboardGrab()1711 TimeStamp grabTime; in AllowSome() local1719 grabTime = grabinfo->grabTime; in AllowSome()1727 (CompareTimeStamps(devgrabinfo->grabTime, grabTime) == LATER)) in AllowSome()1728 grabTime = devgrabinfo->grabTime; in AllowSome()1739 (CompareTimeStamps(time, grabTime) == EARLIER)) in AllowSome()4973 (CompareTimeStamps(time, device->deviceGrab.grabTime) == EARLIER)) in ProcChangeActivePointerGrab()[all …]
119 (unsigned long) devGrab->grabTime.milliseconds, in PrintDeviceGrabInfo()
285 dev->deviceGrab.grabTime = currentTime; in AddInputDevice()
489 TimeStamp grabTime; member