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

/external/chromium_org/remoting/webapp/
H A Dhost_native_messaging.js18 remoting.HostNativeMessaging = function() {
26 * @type {Object.<number, remoting.HostNativeMessaging.PendingReply>}
51 remoting.HostNativeMessaging.PendingReply = function(type, onDone, onError) {
67 remoting.HostNativeMessaging.prototype.initialize = function(onDone, onError) {
156 remoting.HostNativeMessaging.prototype.hasFeature = function(feature) {
174 remoting.HostNativeMessaging.prototype.postMessage_ =
178 this.pendingReplies_[id] = new remoting.HostNativeMessaging.PendingReply(
190 remoting.HostNativeMessaging.prototype.onIncomingMessage_ = function(message) {
380 remoting.HostNativeMessaging.prototype.onDisconnect_ = function() {
398 remoting.HostNativeMessaging
[all...]

Completed in 67 milliseconds