Searched defs:HTMLImports (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
H A DCustomElements.js65 scope.useNative = !flags.register && scope.hasNative && !window.ShadowDOMPolyfill && (!window.HTMLImports || HTMLImports.useNative);
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 } else if (document.readyState === "interactive" && !window.attachEvent && (!window.HTMLImports || window.HTMLImports
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/
H A Dpolymer.js3865 HTMLImports.whenImportsReady(function() {
3909 HTMLImports = {
3932 window.HTMLImports = window.HTMLImports || {flags:{}};
3960 var script = HTMLImports.currentScript || document.currentScript ||
3975 Add support for the `HTMLImportsLoaded` event and the `HTMLImports.whenReady`
3979 `HTMLImports.whenReady(callback)` call.
3988 // call a callback when all HTMLImports in the document at call time
4071 // (1) Install a mutation observer to see when HTMLImports have loaded
4128 HTMLImports
[all...]

Completed in 95 milliseconds