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 11 var unloadEvent = require('unload_event');
156 if (unloadEvent.wasDispatched)
183 if (!unloadEvent.wasDispatched) {
messaging.js 17 var unloadEvent = require('unload_event');
29 // Map of port IDs to unloadEvent listeners. Keep track of these to free the
30 // unloadEvent listeners when ports are closed.
89 unloadEvent.removeListener(portReleasers[portId]);
112 unloadEvent.addListener(portReleasers[portId]);
event.js 11 var unloadEvent = require('unload_event');
500 unloadEvent.addListener(function() {

Completed in 99 milliseconds