Home | History | Annotate | Download | only in webapp

Lines Matching defs:Feature

104 remoting.ClientPlugin.Feature = {
414 * @param {remoting.ClientPlugin.Feature} feature The feature to test for.
415 * @return {boolean} True if the plugin supports the named feature.
417 remoting.ClientPlugin.prototype.hasFeature = function(feature) {
423 return this.pluginApiFeatures_.indexOf(feature) > -1;
561 if (!this.hasFeature(remoting.ClientPlugin.Feature.SEND_CLIPBOARD_ITEM))
577 if (this.hasFeature(remoting.ClientPlugin.Feature.NOTIFY_CLIENT_RESOLUTION)) {
594 if (this.hasFeature(remoting.ClientPlugin.Feature.VIDEO_CONTROL)) {
597 } else if (this.hasFeature(remoting.ClientPlugin.Feature.PAUSE_VIDEO)) {
610 if (!this.hasFeature(remoting.ClientPlugin.Feature.PAUSE_AUDIO)) {
624 if (!this.hasFeature(remoting.ClientPlugin.Feature.VIDEO_CONTROL)) {
638 if (!this.hasFeature(remoting.ClientPlugin.Feature.VIDEO_CONTROL)) {
652 if (!this.hasFeature(remoting.ClientPlugin.Feature.ASYNC_PIN)) {
664 if (!this.hasFeature(remoting.ClientPlugin.Feature.ASYNC_PIN)) {
693 if (!this.hasFeature(remoting.ClientPlugin.Feature.PINLESS_AUTH)) {
709 if (!this.hasFeature(remoting.ClientPlugin.Feature.EXTENSION_MESSAGE)) {
725 if (!this.hasFeature(remoting.ClientPlugin.Feature.MEDIA_SOURCE_RENDERING)) {