Searched defs:getHostClientId (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/webapp/
H A Dhost_dispatcher.js488 remoting.HostDispatcher.prototype.getHostClientId =
493 this.getHostClientId.bind(this, onDone, onError));
496 this.nativeMessagingHost_.getHostClientId(onDone, onError);
H A Dhost_native_messaging.js595 remoting.HostNativeMessaging.prototype.getHostClientId =
597 this.postMessage_({type: 'getHostClientId'}, onDone, onError);

Completed in 939 milliseconds