Home
last modified time | relevance | path

Searched refs:BaseConnection (Results 1 – 1 of 1) sorted by relevance

/external/libmojo/mojo/public/js/
Dconnection.js22 function BaseConnection(localStub, remoteProxy, router) { class
47 BaseConnection.prototype.close = function() { class
54 BaseConnection.prototype.encounteredError = function() {
64 BaseConnection.call(this, localStub, remoteProxy, router);
67 Connection.prototype = Object.create(BaseConnection.prototype);
93 var connection = new BaseConnection(undefined, proxy, router);
115 var connection = new BaseConnection(stub, undefined, router);
131 var connection = new BaseConnection(undefined, proxy, router);
146 var connection = new BaseConnection(stub, undefined, router);
161 var connection = new BaseConnection(obj, undefined, router);