Home
last modified time | relevance | path

Searched refs:aMutationEventType (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsPIDOMWindow.h760 bool HasMutationListeners(uint32_t aMutationEventType) const in HasMutationListeners() argument
768 return (mMutationBits & aMutationEventType) != 0; in HasMutationListeners()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsPIDOMWindow.h192 bool HasMutationListeners(uint32_t aMutationEventType) const { in HasMutationListeners() argument
199 return (mMutationBits & aMutationEventType) != 0; in HasMutationListeners()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsPIDOMWindow.h194 bool HasMutationListeners(uint32_t aMutationEventType) const { in HasMutationListeners() argument
201 return (mMutationBits & aMutationEventType) != 0; in HasMutationListeners()
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsPIDOMWindow.h196 bool HasMutationListeners(uint32_t aMutationEventType) const { in HasMutationListeners() argument
203 return (mMutationBits & aMutationEventType) != 0; in HasMutationListeners()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsPIDOMWindow.h192 bool HasMutationListeners(uint32_t aMutationEventType) const { in HasMutationListeners() argument
199 return (mMutationBits & aMutationEventType) != 0; in HasMutationListeners()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsPIDOMWindow.h189 bool HasMutationListeners(uint32_t aMutationEventType) const { in HasMutationListeners() argument
196 return (mMutationBits & aMutationEventType) != 0; in HasMutationListeners()
/dports/www/firefox-esr/firefox-91.8.0/editor/libeditor/
H A DEditorBase.h176 uint32_t aMutationEventType = 0xFFFFFFFF) const {
190 return window ? window->HasMutationListeners(aMutationEventType) : false;
/dports/lang/spidermonkey78/firefox-78.9.0/editor/libeditor/
H A DEditorBase.h207 uint32_t aMutationEventType = 0xFFFFFFFF) const {
214 return window ? window->HasMutationListeners(aMutationEventType) : false;
/dports/www/firefox/firefox-99.0/editor/libeditor/
H A DEditorBase.h179 uint32_t aMutationEventType = 0xFFFFFFFF) const {
193 return window ? window->HasMutationListeners(aMutationEventType) : false;
/dports/mail/thunderbird/thunderbird-91.8.0/editor/libeditor/
H A DEditorBase.h176 uint32_t aMutationEventType = 0xFFFFFFFF) const {
190 return window ? window->HasMutationListeners(aMutationEventType) : false;