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

  /external/chromium_org/chrome/renderer/resources/extensions/
runtime_custom_bindings.js 12 var unloadEvent = require('unload_event');
151 if (unloadEvent.wasDispatched)
174 if (!unloadEvent.wasDispatched) {
messaging.js 17 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.
85 unloadEvent.removeListener(portReleasers[portId]);
108 unloadEvent.addListener(portReleasers[portId]);
event.js 11 var unloadEvent = require('unload_event');
482 unloadEvent.addListener(function() {

Completed in 75 milliseconds