Home | History | Annotate | Download | only in media

Lines Matching defs:createButton

88 MediaControls.prototype.createButton = function(
177 this.playButton_ = this.createButton('play media-control',
272 this.soundButton_ = this.createButton('sound media-control',
993 this.createButton('fullscreen', opt_fullScreenToggle);
1206 this.createButton('previous', this.onAdvanceClick_.bind(this, false));
1207 this.createButton('next', this.onAdvanceClick_.bind(this, true));