Searched defs:unloadEvent (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/extensions/renderer/resources/
H A Druntime_custom_bindings.js11 var unloadEvent = require('unload_event'); variable
157 if (unloadEvent.wasDispatched)
184 if (!unloadEvent.wasDispatched) {
H A Dmessaging.js15 var unloadEvent = require('unload_event'); variable
28 // Map of port IDs to unloadEvent listeners. Keep track of these to free the
29 // unloadEvent listeners when ports are closed.
88 unloadEvent.removeListener(portReleasers[portId]);
111 unloadEvent.addListener(portReleasers[portId]);
H A Devent.js12 var unloadEvent = require('unload_event'); variable
501 unloadEvent.addListener(function() {

Completed in 605 milliseconds