Home
last modified time | relevance | path

Searched refs:DispatchTrustedEvent (Results 1 – 25 of 424) sorted by relevance

12345678910>>...17

/dports/www/firefox-esr/firefox-91.8.0/dom/battery/
H A DBatteryManager.cpp152 DispatchTrustedEvent(CHARGINGCHANGE_EVENT_NAME); in Notify()
156 DispatchTrustedEvent(LEVELCHANGE_EVENT_NAME); in Notify()
170 DispatchTrustedEvent(previousCharging ? CHARGINGTIMECHANGE_EVENT_NAME in Notify()
174 DispatchTrustedEvent(mCharging ? CHARGINGTIMECHANGE_EVENT_NAME in Notify()
178 DispatchTrustedEvent(mCharging ? CHARGINGTIMECHANGE_EVENT_NAME in Notify()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/battery/
H A DBatteryManager.cpp153 DispatchTrustedEvent(CHARGINGCHANGE_EVENT_NAME); in Notify()
157 DispatchTrustedEvent(LEVELCHANGE_EVENT_NAME); in Notify()
171 DispatchTrustedEvent(previousCharging ? CHARGINGTIMECHANGE_EVENT_NAME in Notify()
175 DispatchTrustedEvent(mCharging ? CHARGINGTIMECHANGE_EVENT_NAME in Notify()
179 DispatchTrustedEvent(mCharging ? CHARGINGTIMECHANGE_EVENT_NAME in Notify()
/dports/www/firefox/firefox-99.0/dom/battery/
H A DBatteryManager.cpp152 DispatchTrustedEvent(CHARGINGCHANGE_EVENT_NAME); in Notify()
156 DispatchTrustedEvent(LEVELCHANGE_EVENT_NAME); in Notify()
170 DispatchTrustedEvent(previousCharging ? CHARGINGTIMECHANGE_EVENT_NAME in Notify()
174 DispatchTrustedEvent(mCharging ? CHARGINGTIMECHANGE_EVENT_NAME in Notify()
178 DispatchTrustedEvent(mCharging ? CHARGINGTIMECHANGE_EVENT_NAME in Notify()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/battery/
H A DBatteryManager.cpp152 DispatchTrustedEvent(CHARGINGCHANGE_EVENT_NAME); in Notify()
156 DispatchTrustedEvent(LEVELCHANGE_EVENT_NAME); in Notify()
170 DispatchTrustedEvent(previousCharging ? CHARGINGTIMECHANGE_EVENT_NAME in Notify()
174 DispatchTrustedEvent(mCharging ? CHARGINGTIMECHANGE_EVENT_NAME in Notify()
178 DispatchTrustedEvent(mCharging ? CHARGINGTIMECHANGE_EVENT_NAME in Notify()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/battery/
H A DBatteryManager.cpp156 DispatchTrustedEvent(CHARGINGCHANGE_EVENT_NAME); in Notify()
160 DispatchTrustedEvent(LEVELCHANGE_EVENT_NAME); in Notify()
174 DispatchTrustedEvent(previousCharging ? CHARGINGTIMECHANGE_EVENT_NAME in Notify()
178 DispatchTrustedEvent(mCharging ? CHARGINGTIMECHANGE_EVENT_NAME in Notify()
182 DispatchTrustedEvent(mCharging ? CHARGINGTIMECHANGE_EVENT_NAME in Notify()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/battery/
H A DBatteryManager.cpp179 DispatchTrustedEvent(CHARGINGCHANGE_EVENT_NAME); in Notify()
183 DispatchTrustedEvent(LEVELCHANGE_EVENT_NAME); in Notify()
197 DispatchTrustedEvent(previousCharging ? CHARGINGTIMECHANGE_EVENT_NAME in Notify()
201 DispatchTrustedEvent(mCharging ? CHARGINGTIMECHANGE_EVENT_NAME in Notify()
205 DispatchTrustedEvent(mCharging ? CHARGINGTIMECHANGE_EVENT_NAME in Notify()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/events/
H A DDOMEventTargetHelper.cpp154 nsresult DOMEventTargetHelper::DispatchTrustedEvent( in DispatchTrustedEvent() function in mozilla::DOMEventTargetHelper
159 return DispatchTrustedEvent(event); in DispatchTrustedEvent()
162 nsresult DOMEventTargetHelper::DispatchTrustedEvent(Event* event) { in DispatchTrustedEvent() function in mozilla::DOMEventTargetHelper
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLTrackElement.cpp461 &HTMLTrackElement::DispatchTrustedEvent, aEventName); in DispatchTrackRunnable()
465 void HTMLTrackElement::DispatchTrustedEvent(const nsAString& aName) { in DispatchTrustedEvent() function in mozilla::dom::HTMLTrackElement
470 nsContentUtils::DispatchTrustedEvent(doc, static_cast<nsIContent*>(this), in DispatchTrustedEvent()
510 DispatchTrustedEvent(aName); in DispatchTestEvent()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLTrackElement.cpp462 &HTMLTrackElement::DispatchTrustedEvent, aEventName); in DispatchTrackRunnable()
466 void HTMLTrackElement::DispatchTrustedEvent(const nsAString& aName) { in DispatchTrustedEvent() function in mozilla::dom::HTMLTrackElement
471 nsContentUtils::DispatchTrustedEvent(doc, static_cast<nsIContent*>(this), in DispatchTrustedEvent()
511 DispatchTrustedEvent(aName); in DispatchTestEvent()
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLTrackElement.cpp461 &HTMLTrackElement::DispatchTrustedEvent, aEventName); in DispatchTrackRunnable()
465 void HTMLTrackElement::DispatchTrustedEvent(const nsAString& aName) { in DispatchTrustedEvent() function in mozilla::dom::HTMLTrackElement
470 nsContentUtils::DispatchTrustedEvent(doc, static_cast<nsIContent*>(this), in DispatchTrustedEvent()
510 DispatchTrustedEvent(aName); in DispatchTestEvent()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLTrackElement.cpp461 &HTMLTrackElement::DispatchTrustedEvent, aEventName); in DispatchTrackRunnable()
465 void HTMLTrackElement::DispatchTrustedEvent(const nsAString& aName) { in DispatchTrustedEvent() function in mozilla::dom::HTMLTrackElement
470 nsContentUtils::DispatchTrustedEvent(doc, static_cast<nsIContent*>(this), in DispatchTrustedEvent()
510 DispatchTrustedEvent(aName); in DispatchTestEvent()
/dports/www/firefox/firefox-99.0/dom/events/
H A DDOMEventTargetHelper.cpp189 nsresult DOMEventTargetHelper::DispatchTrustedEvent( in DispatchTrustedEvent() function in mozilla::DOMEventTargetHelper
194 return DispatchTrustedEvent(event); in DispatchTrustedEvent()
197 nsresult DOMEventTargetHelper::DispatchTrustedEvent(Event* event) { in DispatchTrustedEvent() function in mozilla::DOMEventTargetHelper
H A DDOMEventTargetHelper.h140 nsresult DispatchTrustedEvent(const nsAString& aEventName);
157 nsresult DispatchTrustedEvent(dom::Event* aEvent);
/dports/www/firefox-esr/firefox-91.8.0/dom/events/
H A DDOMEventTargetHelper.h138 nsresult DispatchTrustedEvent(const nsAString& aEventName);
155 nsresult DispatchTrustedEvent(dom::Event* aEvent);
H A DDOMEventTargetHelper.cpp190 nsresult DOMEventTargetHelper::DispatchTrustedEvent( in DispatchTrustedEvent() function in mozilla::DOMEventTargetHelper
195 return DispatchTrustedEvent(event); in DispatchTrustedEvent()
198 nsresult DOMEventTargetHelper::DispatchTrustedEvent(Event* event) { in DispatchTrustedEvent() function in mozilla::DOMEventTargetHelper
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/
H A DDOMEventTargetHelper.h138 nsresult DispatchTrustedEvent(const nsAString& aEventName);
155 nsresult DispatchTrustedEvent(dom::Event* aEvent);
H A DDOMEventTargetHelper.cpp190 nsresult DOMEventTargetHelper::DispatchTrustedEvent( in DispatchTrustedEvent() function in mozilla::DOMEventTargetHelper
195 return DispatchTrustedEvent(event); in DispatchTrustedEvent()
198 nsresult DOMEventTargetHelper::DispatchTrustedEvent(Event* event) { in DispatchTrustedEvent() function in mozilla::DOMEventTargetHelper
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/imagecapture/
H A DImageCapture.cpp157 return DispatchTrustedEvent(blob_event); in PostBlobEvent()
185 return DispatchTrustedEvent(event); in PostErrorEvent()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/imagecapture/
H A DImageCapture.cpp175 return DispatchTrustedEvent(blob_event); in PostBlobEvent()
205 return DispatchTrustedEvent(event); in PostErrorEvent()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/webspeech/recognition/
H A DSpeechRecognition.cpp410 DispatchTrustedEvent(NS_LITERAL_STRING("end")); in ResetAndEnd()
424 DispatchTrustedEvent(NS_LITERAL_STRING("audiostart")); in StartedAudioCapture()
426 DispatchTrustedEvent(NS_LITERAL_STRING("start")); in StartedAudioCapture()
457 DispatchTrustedEvent(NS_LITERAL_STRING("speechstart")); in DetectSpeech()
466 DispatchTrustedEvent(NS_LITERAL_STRING("speechend")); in WaitForSpeechEnd()
552 DispatchTrustedEvent(NS_LITERAL_STRING("audioend")); in StopRecording()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/webspeech/recognition/
H A DSpeechRecognition.cpp430 DispatchTrustedEvent(NS_LITERAL_STRING("end")); in ResetAndEnd()
447 DispatchTrustedEvent(NS_LITERAL_STRING("audiostart")); in StartedAudioCapture()
449 DispatchTrustedEvent(NS_LITERAL_STRING("start")); in StartedAudioCapture()
485 DispatchTrustedEvent(NS_LITERAL_STRING("speechstart")); in DetectSpeech()
496 DispatchTrustedEvent(NS_LITERAL_STRING("speechend")); in WaitForSpeechEnd()
597 DispatchTrustedEvent(NS_LITERAL_STRING("audioend")); in StopRecording()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/events/
H A DDOMEventTargetHelper.cpp255 nsresult DOMEventTargetHelper::DispatchTrustedEvent( in DispatchTrustedEvent() function in mozilla::DOMEventTargetHelper
260 return DispatchTrustedEvent(event); in DispatchTrustedEvent()
263 nsresult DOMEventTargetHelper::DispatchTrustedEvent(nsIDOMEvent* event) { in DispatchTrustedEvent() function in mozilla::DOMEventTargetHelper
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/events/
H A DDOMEventTargetHelper.cpp287 DOMEventTargetHelper::DispatchTrustedEvent(const nsAString& aEventName) in DispatchTrustedEvent() function in mozilla::DOMEventTargetHelper
292 return DispatchTrustedEvent(event); in DispatchTrustedEvent()
296 DOMEventTargetHelper::DispatchTrustedEvent(nsIDOMEvent* event) in DispatchTrustedEvent() function in mozilla::DOMEventTargetHelper
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLTrackElement.cpp438 &HTMLTrackElement::DispatchTrustedEvent, in DispatchTrackRunnable()
444 HTMLTrackElement::DispatchTrustedEvent(const nsAString& aName) in DispatchTrustedEvent() function in mozilla::dom::HTMLTrackElement
450 nsContentUtils::DispatchTrustedEvent(doc, static_cast<nsIContent*>(this), in DispatchTrustedEvent()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/imagecapture/
H A DImageCapture.cpp159 return DispatchTrustedEvent(blob_event); in PostBlobEvent()
187 return DispatchTrustedEvent(event); in PostErrorEvent()

12345678910>>...17