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');
156 if (unloadEvent.wasDispatched)
183 if (!unloadEvent.wasDispatched) {
messaging.js 18 var unloadEvent = require('unload_event');
31 // Map of port IDs to unloadEvent listeners. Keep track of these to free the
32 // unloadEvent listeners when ports are closed.
91 unloadEvent.removeListener(portReleasers[portId]);
114 unloadEvent.addListener(portReleasers[portId]);
event.js 12 var unloadEvent = require('unload_event');
503 unloadEvent.addListener(function() {

Completed in 44 milliseconds