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

/external/chromium_org/remoting/webapp/
H A Dhost_dispatcher.js249 remoting.HostDispatcher.prototype.getDaemonVersion = function(onDone, onError) {
253 this.getDaemonVersion.bind(this, onDone, onError));
256 onDone(this.nativeMessagingHost_.getDaemonVersion());
260 this.npapiHost_.getDaemonVersion(onDone);
H A Dhost_native_messaging.js480 remoting.HostNativeMessaging.prototype.getDaemonVersion = function() {
H A Dhost_plugin_proto.js68 remoting.HostPlugin.prototype.getDaemonVersion = function(callback) {};

Completed in 58 milliseconds