Home | History | Annotate | Download | only in webapp

Lines Matching refs:plugin_

28   this.plugin_ = remoting.ClientPluginImpl.createPluginElement_();
29 this.plugin_.id = 'session-client-plugin';
30 container.appendChild(this.plugin_);
151 this.plugin_.addEventListener('message', function(event) {
538 if (this.plugin_) {
539 this.plugin_.parentNode.removeChild(this.plugin_);
540 this.plugin_ = null;
548 return this.plugin_;
599 if (this.plugin_ && this.plugin_.postMessage) {
600 this.plugin_.postMessage(JSON.stringify(
636 this.plugin_.postMessage(JSON.stringify(
638 this.plugin_.postMessage(JSON.stringify(
658 this.plugin_.postMessage(JSON.stringify(
670 this.plugin_.postMessage(JSON.stringify(
685 this.plugin_.postMessage(JSON.stringify(
699 this.plugin_.postMessage(JSON.stringify(
725 this.plugin_.postMessage(JSON.stringify(
741 this.plugin_.postMessage(JSON.stringify(
757 this.plugin_.postMessage(JSON.stringify(
760 this.plugin_.postMessage(JSON.stringify(
775 this.plugin_.postMessage(JSON.stringify(
789 this.plugin_.postMessage(JSON.stringify(
803 this.plugin_.postMessage(JSON.stringify(
817 this.plugin_.postMessage(JSON.stringify(
829 this.plugin_.postMessage(JSON.stringify(
841 this.plugin_.postMessage(JSON.stringify(
859 this.plugin_.postMessage(JSON.stringify(
874 this.plugin_.postMessage(JSON.stringify(
891 this.plugin_.postMessage(JSON.stringify(
921 this.plugin_.style.width = width + 'px';
922 this.plugin_.style.height = height + 'px';
926 this.plugin_.style.top = (dialogRect.bottom + 16) + 'px';
927 this.plugin_.style.left = (window.innerWidth - width) / 2 + 'px';
928 this.plugin_.style.position = 'fixed';
937 this.plugin_.style.width = '';
938 this.plugin_.style.height = '';
939 this.plugin_.style.top = '';
940 this.plugin_.style.left = '';
941 this.plugin_.style.position = '';