Home | History | Annotate | Download | only in js

Lines Matching refs:container_

18   this.container_ = containerElement;
19 this.document_ = this.container_.ownerDocument;
74 var parent = opt_parent || this.container_;
120 var controls = this.container_.querySelectorAll(selector);
560 this.container_ = container;
564 var document = this.container_.ownerDocument;
566 this.container_.classList.add('custom-slider');
573 this.container_.appendChild(this.input_);
584 this.container_.appendChild(this.bar_);
606 return this.container_;
777 var doc = this.container_.ownerDocument;
970 this.container_.classList.add('video-controls');
1177 // This is easier than adding margins to this.container_.clientWidth.
1178 var width = this.container_.parentNode.clientWidth;
1182 this.container_.style.margin =
1186 this.container_.querySelector(selector).style.display =
1207 this.container_.classList.add('audio-controls');