HomeSort by relevance Sort by last modified time
    Searched defs:unloadEvent (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/extensions/renderer/resources/
runtime_custom_bindings.js 11 var unloadEvent = require('unload_event');
157 if (unloadEvent.wasDispatched)
184 if (!unloadEvent.wasDispatched) {
messaging.js 15 var unloadEvent = require('unload_event');
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]);
event.js 12 var unloadEvent = require('unload_event');
501 unloadEvent.addListener(function() {

Completed in 75 milliseconds