Home | History | Annotate | Download | only in webapp

Lines Matching refs:EventSource

136  * base.extend(SmokeDetector, base.EventSource);
151 * Helper interface for the EventSource.
164 base.EventSource = function() {
170 * @param {base.EventSource} obj
173 base.EventSource.isDefined = function(obj, type) {
180 base.EventSource.prototype = {
191 * @this {base.EventSource}
207 base.EventSource.isDefined(this, type);
220 base.EventSource.isDefined(this, type);
242 base.EventSource.isDefined(this, type);