Home
last modified time | relevance | path

Searched refs:sLastMouseRemoteTarget (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/ipc/
H A DBrowserParent.cpp171 BrowserParent* BrowserParent::sLastMouseRemoteTarget = nullptr; member in BrowserParent
253 return sLastMouseRemoteTarget; in GetLastMouseRemoteTarget()
1434 MOZ_ASSERT_IF(sLastMouseRemoteTarget, sLastMouseRemoteTarget == this); in SendRealMouseEvent()
1435 sLastMouseRemoteTarget = this; in SendRealMouseEvent()
3170 if (sLastMouseRemoteTarget == aBrowserParent) { in UnsetLastMouseRemoteTarget()
3171 sLastMouseRemoteTarget = nullptr; in UnsetLastMouseRemoteTarget()
H A DBrowserParent.h827 static BrowserParent* sLastMouseRemoteTarget; variable
/dports/www/firefox/firefox-99.0/dom/ipc/
H A DBrowserParent.cpp179 BrowserParent* BrowserParent::sLastMouseRemoteTarget = nullptr; member in BrowserParent
261 return sLastMouseRemoteTarget; in GetLastMouseRemoteTarget()
1467 MOZ_ASSERT_IF(sLastMouseRemoteTarget, sLastMouseRemoteTarget == this); in SendRealMouseEvent()
1468 sLastMouseRemoteTarget = this; in SendRealMouseEvent()
3228 if (sLastMouseRemoteTarget == aBrowserParent) { in UnsetLastMouseRemoteTarget()
3229 sLastMouseRemoteTarget = nullptr; in UnsetLastMouseRemoteTarget()
H A DBrowserParent.h834 static BrowserParent* sLastMouseRemoteTarget; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/ipc/
H A DBrowserParent.cpp171 BrowserParent* BrowserParent::sLastMouseRemoteTarget = nullptr; member in BrowserParent
253 return sLastMouseRemoteTarget; in GetLastMouseRemoteTarget()
1434 MOZ_ASSERT_IF(sLastMouseRemoteTarget, sLastMouseRemoteTarget == this); in SendRealMouseEvent()
1435 sLastMouseRemoteTarget = this; in SendRealMouseEvent()
3170 if (sLastMouseRemoteTarget == aBrowserParent) { in UnsetLastMouseRemoteTarget()
3171 sLastMouseRemoteTarget = nullptr; in UnsetLastMouseRemoteTarget()
H A DBrowserParent.h827 static BrowserParent* sLastMouseRemoteTarget; variable
/dports/lang/spidermonkey78/firefox-78.9.0/dom/ipc/
H A DBrowserParent.cpp158 BrowserParent* BrowserParent::sLastMouseRemoteTarget = nullptr; member in BrowserParent
244 return sLastMouseRemoteTarget; in GetLastMouseRemoteTarget()
1393 MOZ_ASSERT_IF(sLastMouseRemoteTarget, sLastMouseRemoteTarget == this); in SendRealMouseEvent()
1394 sLastMouseRemoteTarget = this; in SendRealMouseEvent()
3123 if (sLastMouseRemoteTarget == aBrowserParent) { in UnsetLastMouseRemoteTarget()
3124 sLastMouseRemoteTarget = nullptr; in UnsetLastMouseRemoteTarget()
H A DBrowserParent.h843 static BrowserParent* sLastMouseRemoteTarget; variable