Searched defs:CustomElements (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/catapult/firefighter/default/tracing/third_party/components/polymer/
H A Dpolymer.js3900 CustomElements = {
8211 if (window.CustomElements && !CustomElements.useNative) {
8215 CustomElements.upgradeAll(imported);
10328 if (CustomElements.instanceof) {
10329 return CustomElements.instanceof(element, ctor);
11484 var polyfillWasReady = CustomElements.ready;
11485 CustomElements.ready = false;
11487 if (!CustomElements.useNative) {
11488 CustomElements
[all...]
/external/chromium-trace/catapult/third_party/polymer/components/polymer/
H A Dpolymer.js3900 CustomElements = {
8211 if (window.CustomElements && !CustomElements.useNative) {
8215 CustomElements.upgradeAll(imported);
10330 if (CustomElements.instanceof) {
10331 return CustomElements.instanceof(element, ctor);
11486 var polyfillWasReady = CustomElements.ready;
11487 CustomElements.ready = false;
11489 if (!CustomElements.useNative) {
11490 CustomElements
[all...]
/external/chromium-trace/catapult/tracing/third_party/components/polymer/
H A Dpolymer.js3900 CustomElements = {
8211 if (window.CustomElements && !CustomElements.useNative) {
8215 CustomElements.upgradeAll(imported);
10328 if (CustomElements.instanceof) {
10329 return CustomElements.instanceof(element, ctor);
11484 var polyfillWasReady = CustomElements.ready;
11485 CustomElements.ready = false;
11487 if (!CustomElements.useNative) {
11488 CustomElements
[all...]

Completed in 726 milliseconds