Searched refs:unloadEvent (Results 1 – 4 of 4) sorted by relevance
11 var unloadEvent = require('unload_event'); variable157 if (unloadEvent.wasDispatched)184 if (!unloadEvent.wasDispatched) {
15 var unloadEvent = require('unload_event'); variable88 unloadEvent.removeListener(portReleasers[portId]);111 unloadEvent.addListener(portReleasers[portId]);
12 var unloadEvent = require('unload_event'); variable501 unloadEvent.addListener(function() {
2644 RefPtrWillBeRawPtr<Event> unloadEvent(Event::create(EventTypeNames::unload)); in dispatchUnloadEvents() local2649 m_frame->domWindow()->dispatchEvent(unloadEvent, this); in dispatchUnloadEvents()2652 m_frame->domWindow()->dispatchEvent(unloadEvent, m_frame->document()); in dispatchUnloadEvents()