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

/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js5972 * @type {!chrome.notifications.ClosedEvent}
5997 chrome.notifications.ClosedEvent = function() {};
6003 chrome.notifications.ClosedEvent.prototype.addListener = function(callback) {};
6009 chrome.notifications.ClosedEvent.prototype.removeListener =
6017 chrome.notifications.ClosedEvent.prototype.hasListener = function(callback) {};
6023 chrome.notifications.ClosedEvent.prototype.hasListeners = function() {};

Completed in 72 milliseconds