Home
last modified time | relevance | path

Searched refs:selfObj (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome_frame/cfinstall/src/miniclosure/
Dbase.js73 goog.bind = function(fn, selfObj) { argument
75 return fn.apply(selfObj, arguments);
/external/chromium_org/chrome/third_party/chromevox/closure/
Dbase.js1099 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/
Dstandalone_hack.js348 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/
Dstandalone_hack.js547 Function.prototype.bind = function(selfObj, var_args) { argument
554 return self.apply(this instanceof nop ? this : (selfObj || {}),