Searched defs:clearPairedClients (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/remoting/webapp/
H A Dhost_native_messaging.js543 remoting.HostNativeMessaging.prototype.clearPairedClients =
545 this.postMessage_({type: 'clearPairedClients'}, onDone, onError);
H A Dhost_dispatcher.js433 remoting.HostDispatcher.prototype.clearPairedClients =
440 this.clearPairedClients.bind(this, onDone, onError));
443 this.nativeMessagingHost_.clearPairedClients(callback, onError);
447 this.npapiHost_.clearPairedClients(callback);
H A Dhost_plugin_proto.js97 remoting.HostPlugin.prototype.clearPairedClients = function(callback) {};
H A Dhost_controller.js392 remoting.HostController.prototype.clearPairedClients = function(
394 this.hostDispatcher_.clearPairedClients(onDone, onError);

Completed in 77 milliseconds