Searched refs:dispatchEntry (Results 1 – 2 of 2) sorted by relevance
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gonk/libui/ |
H A D | InputDispatcher.cpp | 1863 dispatchEntry->resolvedAction, dispatchEntry->resolvedFlags)) { in enqueueDispatchEntryLocked() 1868 delete dispatchEntry; in enqueueDispatchEntryLocked() 1905 dispatchEntry->resolvedAction, dispatchEntry->resolvedFlags)) { in enqueueDispatchEntryLocked() 1910 delete dispatchEntry; in enqueueDispatchEntryLocked() 1918 if (dispatchEntry->hasForegroundTarget()) { in enqueueDispatchEntryLocked() 1937 dispatchEntry->deliveryTime = currentTime; in startDispatchCycleLocked() 1949 dispatchEntry->resolvedAction, dispatchEntry->resolvedFlags, in startDispatchCycleLocked() 1993 dispatchEntry->resolvedAction, dispatchEntry->resolvedFlags, in startDispatchCycleLocked() 2094 if (dispatchEntry->hasForegroundTarget()) { in releaseDispatchEntryLocked() 2097 delete dispatchEntry; in releaseDispatchEntryLocked() [all …]
|
H A D | InputDispatcher.h | 1044 void releaseDispatchEntryLocked(DispatchEntry* dispatchEntry); 1089 DispatchEntry* dispatchEntry, KeyEntry* keyEntry, bool handled); 1091 DispatchEntry* dispatchEntry, MotionEntry* motionEntry, bool handled);
|