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

/external/chromium_org/remoting/webapp/
H A Dhost_dispatcher.js273 remoting.HostDispatcher.prototype.getUsageStatsConsent =
278 this.getUsageStatsConsent.bind(this, onDone, onError));
281 this.nativeMessagingHost_.getUsageStatsConsent(onDone, onError);
285 this.npapiHost_.getUsageStatsConsent(onDone);
H A Dhost_native_messaging.js494 remoting.HostNativeMessaging.prototype.getUsageStatsConsent =
496 this.postMessage_({type: 'getUsageStatsConsent'}, onDone, onError);
H A Dhost_plugin_proto.js73 remoting.HostPlugin.prototype.getUsageStatsConsent = function(callback) {};

Completed in 240 milliseconds