OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bindJs_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/third_party/chromevox/closure/
base.js
[
all
...]
/external/chromium_org/chrome/third_party/chromevox/
chromeVoxKbExplorerScript.js
13
goog.
bindJs_
=function(a,b,c){if(!a)throw Error();if(2<arguments.length){var d=Array.prototype.slice.call(arguments,2);return function(){var c=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(c,d);return a.apply(b,c)}}return function(){return a.apply(b,arguments)}};goog.bind=function(a,b,c){goog.bind=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?goog.bindNative_:goog.
bindJs_
;return goog.bind.apply(null,arguments)};
chromeVoxChromePageScript.js
13
goog.
bindJs_
=function(a,b,c){if(!a)throw Error();if(2<arguments.length){var d=Array.prototype.slice.call(arguments,2);return function(){var c=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(c,d);return a.apply(b,c)}}return function(){return a.apply(b,arguments)}};goog.bind=function(a,b,c){Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?goog.bind=goog.bindNative_:goog.bind=goog.
bindJs_
;return goog.bind.apply(null,arguments)};
[
all
...]
chromeVoxChromeBackgroundScript.js
13
goog.
bindJs_
=function(a,b,c){if(!a)throw Error();if(2<arguments.length){var d=Array.prototype.slice.call(arguments,2);return function(){var c=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(c,d);return a.apply(b,c)}}return function(){return a.apply(b,arguments)}};goog.bind=function(a,b,c){Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?goog.bind=goog.bindNative_:goog.bind=goog.
bindJs_
;return goog.bind.apply(null,arguments)};
[
all
...]
chromeVoxChromeOptionsScript.js
13
goog.
bindJs_
=function(a,b,c){if(!a)throw Error();if(2<arguments.length){var d=Array.prototype.slice.call(arguments,2);return function(){var c=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(c,d);return a.apply(b,c)}}return function(){return a.apply(b,arguments)}};goog.bind=function(a,b,c){Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf("native code")?goog.bind=goog.bindNative_:goog.bind=goog.
bindJs_
;return goog.bind.apply(null,arguments)};
[
all
...]
/external/chromium_org/third_party/accessibility-audit/
axs_testing.js
285
goog.
bindJs_
= function(a, b, c) {
302
Function.prototype.bind && -1 != Function.prototype.bind.toString().indexOf("native code") ? goog.bind = goog.bindNative_ : goog.bind = goog.
bindJs_
;
[
all
...]
Completed in 324 milliseconds