HomeSort by relevance Sort by last modified time
    Searched defs:provide (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/polymer/components-chromium/core-shared-lib/
core-shared-lib-extracted.js 18 provide: function() {
94 this.instances.forEach(this.provide, this);
102 provide: function(instance) {
108 this.provide(instance);
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerContainerTest.cpp 158 void provide(PassOwnPtr<WebServiceWorkerProvider> provider) function in class:blink::__anon15839::ServiceWorkerContainerTest
176 provide(adoptPtr(new NotReachedWebServiceWorkerProvider()));
190 provide(adoptPtr(new NotReachedWebServiceWorkerProvider()));
314 provide(stubProvider.provider());
338 provide(stubProvider.provider());
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromePageScript.js 1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&goog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog.exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRICT_MODE_COMPATIBLE=!1;goog.provide=function(a){goog.exportPath_(a)};
    [all...]
chromeVoxKbExplorerScript.js 1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&goog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog.exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRICT_MODE_COMPATIBLE=!1;goog.provide=function(a){goog.exportPath_(a)};
chromeVoxChromeBackgroundScript.js 1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&goog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog.exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRICT_MODE_COMPATIBLE=!1;goog.provide=function(a){goog.exportPath_(a)};
    [all...]
chromeVoxChromeOptionsScript.js 1 var goog=goog||{};goog.global=this;goog.isDef=function(a){return void 0!==a};goog.exportPath_=function(a,b,c){a=a.split(".");c=c||goog.global;a[0]in c||!c.execScript||c.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)!a.length&&goog.isDef(b)?c[d]=b:c=c[d]?c[d]:c[d]={}};goog.define=function(a,b){var c=b;goog.exportPath_(a,c)};goog.DEBUG=!1;goog.LOCALE="en";goog.TRUSTED_SITE=!0;goog.STRICT_MODE_COMPATIBLE=!1;goog.provide=function(a){goog.exportPath_(a)};
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js 109 * Used by goog.provide and goog.exportSymbol.
153 * @param {string} name The distinguished name to provide.
232 * goog.provide() calls indicate that the file defines the given
234 * Build tools also scan for provide/require statements
240 goog.provide = function(name) {
243 // to teach new developers that 'goog.provide' is effectively a variable
244 // declaration. And when JSCompiler transforms goog.provide into a real
246 // JS--even when the raw JS uses goog.provide incorrectly.
271 * provide (if not explicitly defined in the code).
319 * Namespaces implicitly defined by goog.provide. For example
    [all...]
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js 45 goog.provide = function(a) {
    [all...]
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 742 milliseconds