Home
last modified time | relevance | path

Searched refs:dispatchEntry (Results 1 – 2 of 2) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gonk/libui/
H A DInputDispatcher.cpp1863 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 DInputDispatcher.h1044 void releaseDispatchEntryLocked(DispatchEntry* dispatchEntry);
1089 DispatchEntry* dispatchEntry, KeyEntry* keyEntry, bool handled);
1091 DispatchEntry* dispatchEntry, MotionEntry* motionEntry, bool handled);