Searched refs:extend (Results 1 – 3 of 3) sorted by relevance
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
D | bootstrap-collapse.js | 31 this.options = $.extend({}, $.fn.collapse.defaults, options)
|
D | jquery.js | 310 jQuery.extend = jQuery.fn.extend = function() { 360 target[ name ] = jQuery.extend( deep, clone, copy ); 374 jQuery.extend({ 860 jQuery.extend( true, jQuerySub, this ); 1175 jQuery.extend({ 1597 jQuery.extend( support, offsetSupport ); 1609 jQuery.extend({ 1685 cache[ id ] = jQuery.extend( cache[ id ], name ); 1687 cache[ id ].data = jQuery.extend( cache[ id ].data, name ); 1850 jQuery.fn.extend({ [all …]
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | raytrace.js | 42 Object.extend = function(destination, source) { function 357 Flog.RayTracer.Material.Solid.prototype = Object.extend( 382 Flog.RayTracer.Material.Chessboard.prototype = Object.extend( 608 this.options = Object.extend({
|