Home
last modified time | relevance | path

Searched refs:aCapturing (Results 1 – 14 of 14) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/events/
H A DEventListenerService.h53 bool aCapturing, in EventListenerInfo() argument
58 , mCapturing(aCapturing) in EventListenerInfo()
H A DEventListenerService.cpp86 EventListenerInfo::GetCapturing(bool* aCapturing) in GetCapturing() argument
88 *aCapturing = mCapturing; in GetCapturing()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/events/
H A DEventListenerService.h50 bool aCapturing, bool aAllowsUntrusted, in EventListenerInfo() argument
54 mCapturing(aCapturing), in EventListenerInfo()
H A DEventListenerService.cpp91 EventListenerInfo::GetCapturing(bool* aCapturing) { in GetCapturing() argument
92 *aCapturing = mCapturing; in GetCapturing()
/dports/www/firefox-esr/firefox-91.8.0/dom/events/
H A DEventListenerService.cpp79 JS::Handle<JSObject*> aScriptedListenerGlobal, bool aCapturing, in EventListenerInfo() argument
84 mCapturing(aCapturing), in EventListenerInfo()
127 EventListenerInfo::GetCapturing(bool* aCapturing) { in GetCapturing() argument
128 *aCapturing = mCapturing; in GetCapturing()
H A DEventListenerService.h49 bool aCapturing, bool aAllowsUntrusted,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/
H A DEventListenerService.cpp76 JS::Handle<JSObject*> aScriptedListenerGlobal, bool aCapturing, in EventListenerInfo() argument
81 mCapturing(aCapturing), in EventListenerInfo()
124 EventListenerInfo::GetCapturing(bool* aCapturing) { in GetCapturing() argument
125 *aCapturing = mCapturing; in GetCapturing()
H A DEventListenerService.h49 bool aCapturing, bool aAllowsUntrusted,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/
H A DEventListenerService.cpp79 JS::Handle<JSObject*> aScriptedListenerGlobal, bool aCapturing, in EventListenerInfo() argument
84 mCapturing(aCapturing), in EventListenerInfo()
127 EventListenerInfo::GetCapturing(bool* aCapturing) { in GetCapturing() argument
128 *aCapturing = mCapturing; in GetCapturing()
H A DEventListenerService.h49 bool aCapturing, bool aAllowsUntrusted,
/dports/www/firefox/firefox-99.0/dom/events/
H A DEventListenerService.cpp80 JS::Handle<JSObject*> aScriptedListenerGlobal, bool aCapturing, in EventListenerInfo() argument
86 mCapturing(aCapturing), in EventListenerInfo()
132 EventListenerInfo::GetCapturing(bool* aCapturing) { in GetCapturing() argument
133 *aCapturing = mCapturing; in GetCapturing()
H A DEventListenerManager.h458 bool aCapturing, bool aAllowsUntrusted,
463 bool aCapturing, bool aAllowsUntrusted,
603 bool aCapturing, bool aAllowsUntrusted,
H A DEventListenerService.h51 bool aCapturing, bool aAllowsUntrusted,
H A DEventListenerManager.cpp1802 nsAString& aType, JSObject* aListener, bool aCapturing, in GetListenerFor() argument
1814 if (listener.mFlags.mCapture != aCapturing || in GetListenerFor()
1839 nsAString& aType, JSObject* aListener, bool aCapturing, in IsListenerEnabled() argument
1843 GetListenerFor(aType, aListener, aCapturing, aAllowsUntrusted, in IsListenerEnabled()
1851 nsAString& aType, JSObject* aListener, bool aCapturing, in SetListenerEnabled() argument
1855 GetListenerFor(aType, aListener, aCapturing, aAllowsUntrusted, in SetListenerEnabled()