OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getObjectByName
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/third_party/chromevox/closure/
base.js
204
if (goog.
getObjectByName
(namespace)) {
245
return !goog.implicitNamespaces_[name] && !!goog.
getObjectByName
(name);
270
goog.
getObjectByName
= function(name, opt_obj) {
[
all
...]
/external/chromium_org/chrome/third_party/chromevox/
chromeVoxKbExplorerScript.js
2
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]};
chromeVoxChromePageScript.js
2
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]};
[
all
...]
chromeVoxChromeBackgroundScript.js
2
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]};
[
all
...]
chromeVoxChromeOptionsScript.js
2
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]};
[
all
...]
/external/chromium_org/third_party/accessibility-audit/
axs_testing.js
47
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) {
[
all
...]
Completed in 276 milliseconds