Searched refs:selfObj (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/chrome_frame/cfinstall/src/miniclosure/ |
D | base.js | 73 goog.bind = function(fn, selfObj) { argument 75 return fn.apply(selfObj, arguments);
|
/external/chromium_org/chrome/third_party/chromevox/closure/ |
D | base.js | 1099 goog.bindNative_ = function(fn, selfObj, var_args) { argument 1115 goog.bindJs_ = function(fn, selfObj, var_args) { argument 1126 return fn.apply(selfObj, newArgs); 1131 return fn.apply(selfObj, arguments); 1161 goog.bind = function(fn, selfObj, var_args) { argument 1668 Function.prototype.bind || function(selfObj, var_args) { 1671 args.unshift(this, selfObj); 1674 return goog.bind(this, selfObj);
|
/external/chromium_org/chrome/browser/resources/standalone/ |
D | standalone_hack.js | 348 Function.prototype.bind = function(selfObj, var_args) { argument 355 return self.apply(this instanceof nop ? this : (selfObj || {}),
|
/external/chromium/chrome/browser/resources/touch_ntp/standalone/ |
D | standalone_hack.js | 547 Function.prototype.bind = function(selfObj, var_args) { argument 554 return self.apply(this instanceof nop ? this : (selfObj || {}),
|