Lines Matching refs:extend

176       this.options = Popcorn.extend( {}, options ) || {};
424 Popcorn.extend = function( obj ) { function
438 Popcorn.extend( Popcorn, {
498 return Popcorn.extend({}, bounds, { top: top, left: left });
518 Popcorn.extend({}, event, {
545 Popcorn.extend({}, event, {
594 Popcorn.extend(Popcorn.p, (function() {
656 Popcorn.extend(Popcorn.p, {
776 options = Popcorn.extend( trackEvent, options );
792 this.emit( eventType, Popcorn.extend({}, options, {
878 Popcorn.extend( this.options.defaults[ plugin ], defaults );
1147 Popcorn.extend( {}, track, {
1175 Popcorn.extend( {}, track, {
1432 temp = Popcorn.extend( {}, track );
1436 Popcorn.extend( track, obj.options.defaults[ track._natives.type ], temp );
1448 obj.emit( "tracksetup", Popcorn.extend( {}, track, {
1466 obj.emit( "trackadded", Popcorn.extend({}, track,
1501 obj.emit( "trackremoved", Popcorn.extend({}, track, {
1594 Popcorn.extend({}, byEnd, {
1631 Popcorn.extend({}, byStart, {
1672 Popcorn.extend({}, byStart, {
1710 Popcorn.extend({}, byEnd, {
1738 Popcorn.extend( Popcorn.p, {
1831 var opts = Popcorn.extend( {}, options, range );
1850 Popcorn.extend( natives, setup );
1881 Popcorn.extend( {}, options, {
1892 this.emit( "trackteardown", Popcorn.extend( {}, options, {
1981 this.emit( "tracksetup", Popcorn.extend( {}, options, {
2082 Popcorn.extend( trackEvent, options );
2106 this.emit( "tracksetup", Popcorn.extend( {}, trackEvent, {
2153 mergedSetupOpts = Popcorn.extend( {}, defaults, options );
2164 Popcorn.extend( definition, {
2178 Popcorn.extend( plugin, entry, {
2405 settings = Popcorn.extend( {}, setup, options );