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

/external/chromium_org/remoting/webapp/
H A Dclient_plugin_async.js24 remoting.ClientPluginAsync = function(plugin) {
72 /** @type {remoting.ClientPluginAsync} */
89 remoting.ClientPluginAsync.prototype.API_VERSION_ = 6;
99 remoting.ClientPluginAsync.prototype.API_MIN_VERSION_ = 5;
104 remoting.ClientPluginAsync.prototype.handleMessage_ = function(messageStr) {
336 remoting.ClientPluginAsync.prototype.cleanup = function() {
343 remoting.ClientPluginAsync.prototype.element = function() {
350 remoting.ClientPluginAsync.prototype.initialize = function(onDone) {
361 remoting.ClientPluginAsync.prototype.isSupportedVersion = function() {
375 remoting.ClientPluginAsync
[all...]

Completed in 170 milliseconds