Searched defs:getObjectByName (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/third_party/chromevox/closure/
H A Dbase.js204 if (goog.getObjectByName(namespace)) {
245 return !goog.implicitNamespaces_[name] && !!goog.getObjectByName(name);
270 goog.getObjectByName = function(name, opt_obj) {
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxKbExplorerScript.js2 goog.setTestOnly=function(a){if(!goog.DEBUG)throw a=a||"",Error("Importing test-only code into non-debug environment"+a?": "+a:".");};goog.getObjectByName=function(a,b){for(var c=a.split("."),d=b||goog.global,e;e=c.shift();)if(goog.isDefAndNotNull(d[e]))d=d[e];else return null;return d};goog.globalize=function(a,b){var c=b||goog.global,d;for(d in a)c[d]=a[d]};
H A DchromeVoxChromePageScript.js2 goog.setTestOnly=function(a){if(!goog.DEBUG)throw a=a||"",Error("Importing test-only code into non-debug environment"+a?": "+a:".");};goog.getObjectByName=function(a,b){for(var c=a.split("."),d=b||goog.global,e;e=c.shift();)if(goog.isDefAndNotNull(d[e]))d=d[e];else return null;return d};goog.globalize=function(a,b){var c=b||goog.global,d;for(d in a)c[d]=a[d]};
H A DchromeVoxChromeBackgroundScript.js2 goog.setTestOnly=function(a){if(!goog.DEBUG)throw a=a||"",Error("Importing test-only code into non-debug environment"+a?": "+a:".");};goog.getObjectByName=function(a,b){for(var c=a.split("."),d=b||goog.global,e;e=c.shift();)if(goog.isDefAndNotNull(d[e]))d=d[e];else return null;return d};goog.globalize=function(a,b){var c=b||goog.global,d;for(d in a)c[d]=a[d]};
H A DchromeVoxChromeOptionsScript.js2 goog.setTestOnly=function(a){if(!goog.DEBUG)throw a=a||"",Error("Importing test-only code into non-debug environment"+a?": "+a:".");};goog.getObjectByName=function(a,b){for(var c=a.split("."),d=b||goog.global,e;e=c.shift();)if(goog.isDefAndNotNull(d[e]))d=d[e];else return null;return d};goog.globalize=function(a,b){var c=b||goog.global,d;for(d in a)c[d]=a[d]};
/external/chromium_org/third_party/accessibility-audit/
H A Daxs_testing.js47 for(var b = a;(b = b.substring(0, b.lastIndexOf("."))) && !goog.getObjectByName(b);) {
59 return!goog.implicitNamespaces_[a] && !!goog.getObjectByName(a)
61 goog.getObjectByName = function(a, b) {

Completed in 379 milliseconds