Home | History | Annotate | Download | only in pdf

Lines Matching refs:plugin_

63   this.plugin_ = document.createElement('object');
66 this.plugin_.id = 'plugin';
67 this.plugin_.type = 'application/x-google-chrome-pdf';
68 this.plugin_.addEventListener('message', this.handlePluginMessage_.bind(this),
78 this.plugin_.setAttribute('src', this.streamDetails.originalUrl);
79 this.plugin_.setAttribute('stream-url', this.streamDetails.streamUrl);
85 this.plugin_.setAttribute('headers', headers);
88 this.plugin_.setAttribute('full-frame', '');
89 document.body.appendChild(this.plugin_);
93 this.plugin_.postMessage({
239 this.plugin_.postMessage({
246 this.plugin_.postMessage({
259 this.plugin_.postMessage({
322 this.plugin_.postMessage({
403 this.plugin_.postMessage({
420 this.plugin_.postMessage({
507 this.plugin_.postMessage(message.data);
529 this.plugin_.postMessage({