Searched refs:HTMLImports (Results 1 – 11 of 11) sorted by relevance
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/ |
D | HTMLImports.js | 47 window.HTMLImports = window.HTMLImports || { 61 …var script = HTMLImports.currentScript || document.currentScript || (document.readyState !== "comp… 168 HTMLImports.ready = true; 169 HTMLImports.readyTime = new Date().getTime(); 179 })(HTMLImports); 193 })(HTMLImports); 195 HTMLImports.addModule(function(scope) { 222 HTMLImports.addModule(function(scope) { 254 HTMLImports.addModule(function(scope) { 347 HTMLImports.addModule(function(scope) { [all …]
|
D | HTMLImports.min.js | 11 …HTMLImports=window.HTMLImports||{flags:{}},function(e){function t(e,t){t=t||h,r(function(){i(e,t)}…
|
D | CustomElements.min.js | 11 …HTMLImports||HTMLImports.useNative)}(CustomElements),CustomElements.addModule(function(e){function…
|
D | CustomElements.js | 65 …er && scope.hasNative && !window.ShadowDOMPolyfill && (!window.HTMLImports || HTMLImports.useNativ… 69 var IMPORT_LINK_TYPE = window.HTMLImports ? HTMLImports.IMPORT_LINK_TYPE : "none"; 601 if (window.HTMLImports) { 602 HTMLImports.__importsParsingHook = function(elt) { 609 if (window.HTMLImports) { 610 CustomElements.elapsed = CustomElements.readyTime - HTMLImports.readyTime; 628 …yState === "interactive" && !window.attachEvent && (!window.HTMLImports || window.HTMLImports.read… 631 …var loadEvent = window.HTMLImports && !HTMLImports.ready ? "HTMLImportsLoaded" : "DOMContentLoaded…
|
D | webcomponents-lite.js | 389 window.HTMLImports = window.HTMLImports || { 403 …var script = HTMLImports.currentScript || document.currentScript || (document.readyState !== "comp… 510 HTMLImports.ready = true; 511 HTMLImports.readyTime = new Date().getTime(); 521 })(HTMLImports); 535 })(HTMLImports); 537 HTMLImports.addModule(function(scope) { 564 HTMLImports.addModule(function(scope) { 596 HTMLImports.addModule(function(scope) { 689 HTMLImports.addModule(function(scope) { [all …]
|
D | webcomponents-lite.min.js | 11 …HTMLImports=window.HTMLImports||{flags:{}},function(e){function t(e,t){t=t||p,o(function(){i(e,t)}…
|
D | build.log | 24 HTMLImports.js: 018bc32bc02bc6dc7dcacbd409438b26c31c2e6d 25 HTMLImports.min.js: a3cb3e4ded3d708ba8333a8d5927ec93587fc191
|
D | webcomponents.js | 4661 if (window.HTMLImports && !HTMLImports.useNative) { 4664 HTMLImports.importer.documentPreloadSelectors += "," + SHIM_SHEET_SELECTOR; 4665 HTMLImports.importer.importsPreloadSelectors += "," + SHIM_SHEET_SELECTOR; 4666 …HTMLImports.parser.documentSelectors = [ HTMLImports.parser.documentSelectors, SHIM_SHEET_SELECTOR… 4667 var originalParseGeneric = HTMLImports.parser.parseGeneric; 4668 HTMLImports.parser.parseGeneric = function(elt) { 4681 HTMLImports.path.resolveUrlsInStyle(style); 4697 var hasResource = HTMLImports.parser.hasResource; 4698 HTMLImports.parser.hasResource = function(node) { 4723 window.HTMLImports = window.HTMLImports || { [all …]
|
D | webcomponents.min.js | 14 …HTMLImports&&(HTMLImports.__importsParsingHook=function(e){a(wrap(e["import"]))}),CustomElements.r…
|
/external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/ |
D | polymer.js | 3865 HTMLImports.whenImportsReady(function() { 3909 HTMLImports = { variable 3932 window.HTMLImports = window.HTMLImports || {flags:{}}; 3960 var script = HTMLImports.currentScript || document.currentScript || 4128 HTMLImports.ready = true; 4129 HTMLImports.readyTime = new Date().getTime(); 4142 })(HTMLImports); 11403 i += (HTMLImports.useNative || HTMLImports.ready) ? 11547 HTMLImports.whenReady(function() {
|
D | polymer.min.js | 12 …HTMLImports.whenImportsReady(function(){b(c,a)})}var f={};a.marshal=d,a.modularize=c,a.using=e}(wi… 14 …HTMLImports.whenReady(function(){f.addReadyCallback(a),f.waitToReady=!1,f.check()})})}function e(a…
|