Home | History | Annotate | Download | only in webapp

Lines Matching refs:container_

72   this.container_ = container;
152 this.container_.querySelector('.mouse-cursor-overlay');
421 this.container_.querySelector('.client-plugin-container'),
517 this.container_.querySelector('video'));
525 this.container_.classList.add('mediasource-rendering');
527 this.container_.classList.remove('mediasource-rendering');
585 this.container_.classList.remove('mediasource-rendering');
587 this.container_.removeEventListener('mousemove',
940 this.container_.addEventListener('mousemove',
977 this.container_.classList.add('session-client-inactive');
979 this.container_.classList.remove('session-client-inactive');
1309 var style = this.container_.style;
1324 this.container_.style.marginTop = '0px';
1325 this.container_.style.marginLeft = '0px';
1488 var style = this.container_.style;