HomeSort by relevance Sort by last modified time
    Searched defs:mixin (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js 349 dojo.mixin = function(/*Object*/obj, /*Object...*/props){
354 // `dojo.mixin` can mix multiple source objects into a
356 // `for...in` iteration, `dojo.mixin` is also smart about avoiding
367 // | var copy = dojo.mixin({}, source);
371 // often simplest to call `dojo.mixin` on the `this` object:
375 // | dojo.mixin(this, properties);
388 // | var flattened = dojo.mixin(
560 d.mixin(d, {
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
SortedMapTestBase.java 133 Map<Integer, Integer> mixin = new HashMap<Integer, Integer>(TRIES); local
135 mixin.put(rnd.nextInt(N), rnd.nextInt(N));
137 ref.putAll(mixin);
138 map.putAll(mixin);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 210 return $mixin.apply(null, args);
213 function $mixin(mix){
219 mix[key] = (mp && $type(op) == 'object' && $type(mp) == 'object') ? $mixin(mp, op) : $unlink(op);
1147 if ($type(previous) == 'object') $mixin(previous, value);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp 3557 Persistent<Mixin> mixin = usemixin; local
4268 Mixin* mixin = UseMixin::create(); local
    [all...]
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js 319 goog.mixin = function(a, b) {
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js 14 goog.partial=function(a,b){var c=Array.prototype.slice.call(arguments,1);return function(){var b=c.slice();b.push.apply(b,arguments);return a.apply(this,b)}};goog.mixin=function(a,b){for(var c in b)a[c]=b[c]};goog.now=goog.TRUSTED_SITE&&Date.now||function(){return+new Date};
20 goog.MODIFY_FUNCTION_PROTOTYPES&&(Function.prototype.bind=Function.prototype.bind||function(a,b){if(1<arguments.length){var c=Array.prototype.slice.call(arguments,1);c.unshift(this,a);return goog.bind.apply(null,c)}return goog.bind(this,a)},Function.prototype.partial=function(a){var b=Array.prototype.slice.call(arguments);b.unshift(this,null);return goog.bind.apply(null,b)},Function.prototype.inherits=function(a){goog.inherits(this,a)},Function.prototype.mixin=function(a){goog.mixin(this.prototype,
    [all...]
chromeVoxChromeOptionsScript.js 14 goog.partial=function(a,b){var c=Array.prototype.slice.call(arguments,1);return function(){var b=c.slice();b.push.apply(b,arguments);return a.apply(this,b)}};goog.mixin=function(a,b){for(var c in b)a[c]=b[c]};goog.now=goog.TRUSTED_SITE&&Date.now||function(){return+new Date};
20 goog.MODIFY_FUNCTION_PROTOTYPES&&(Function.prototype.bind=Function.prototype.bind||function(a,b){if(1<arguments.length){var c=Array.prototype.slice.call(arguments,1);c.unshift(this,a);return goog.bind.apply(null,c)}return goog.bind(this,a)},Function.prototype.partial=function(a){var b=Array.prototype.slice.call(arguments);b.unshift(this,null);return goog.bind.apply(null,b)},Function.prototype.inherits=function(a){goog.inherits(this,a)},Function.prototype.mixin=function(a){goog.mixin(this.prototype,
    [all...]

Completed in 1488 milliseconds