Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/js/
Dconnection.js22 function BaseConnection(localStub, remoteProxy, router) { argument
25 this.remote = remoteProxy;
38 var validateResponse = remoteProxy && remoteProxy.validator;
62 var remoteProxy = remoteFactory && new remoteFactory(router);
63 var localStub = localFactory && new localFactory(remoteProxy);
64 BaseConnection.call(this, localStub, remoteProxy, router);