Home | History | Annotate | Download | only in accessibility-audit

Lines Matching refs:dependencies_

87     for (var e = goog.dependencies_, f = 0;d = b[f];f++) {
131 goog.DEPENDENCIES_ENABLED && (goog.included_ = {}, goog.dependencies_ = {pathToNames:{}, nameToPath:{}, requires:{}, visited:{}, written:{}}, goog.inHtmlDocument_ = function() {
150 !goog.dependencies_.written[a] && b(a) && (goog.dependencies_.written[a] = !0);
181 var b = [], c = {}, d = goog.dependencies_, e;
193 return a in goog.dependencies_.nameToPath ? goog.dependencies_.nameToPath[a] : null;