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

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dchrome_extension_externs.js223 /** @type {!chrome.runtime.PortEvent} */
227 /** @type {!chrome.runtime.PortEvent} */
243 chrome.runtime.PortEvent = function() {};
249 chrome.runtime.PortEvent.prototype.addListener = function(callback) {};
255 chrome.runtime.PortEvent.prototype.removeListener = function(callback) {};
262 chrome.runtime.PortEvent.prototype.hasListener = function(callback) {};
268 chrome.runtime.PortEvent.prototype.hasListeners = function() {};
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js136 * chrome.runtime.PortEvent and define the four methods on it.
140 * chrome.runtime.PortEvent.prototype.addListener =
156 * should be: !chrome.runtime.PortEvent.
1467 /** @type {!chrome.runtime.PortEvent} */
1471 /** @type {!chrome.runtime.PortEvent} */
1511 chrome.runtime.PortEvent = function() {};
1517 chrome.runtime.PortEvent.prototype.addListener = function(callback) {};
1523 chrome.runtime.PortEvent.prototype.removeListener = function(callback) {};
1530 chrome.runtime.PortEvent.prototype.hasListener = function(callback) {};
1536 chrome.runtime.PortEvent
[all...]

Completed in 139 milliseconds