Searched refs:ScopingShim (Results 1 – 8 of 8) sorted by relevance
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/ |
D | scoping-shim.js | 32 export default class ScopingShim { class 542 ScopingShim.prototype['flush'] = ScopingShim.prototype.flush; 543 ScopingShim.prototype['prepareTemplate'] = ScopingShim.prototype.prepareTemplate; 544 ScopingShim.prototype['styleElement'] = ScopingShim.prototype.styleElement; 545 ScopingShim.prototype['styleDocument'] = ScopingShim.prototype.styleDocument; 546 ScopingShim.prototype['styleSubtree'] = ScopingShim.prototype.styleSubtree; 547 ScopingShim.prototype['getComputedStyleValue'] = ScopingShim.prototype.getComputedStyleValue; 548 ScopingShim.prototype['setElementClass'] = ScopingShim.prototype.setElementClass; 549 ScopingShim.prototype['_styleInfoForNode'] = ScopingShim.prototype._styleInfoForNode; 550 ScopingShim.prototype['transformCustomStyleForDocument'] = ScopingShim.prototype.transformCustomSty… [all …]
|
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/entrypoints/ |
D | scoping-shim.js | 13 import ScopingShim from '../src/scoping-shim.js'; 17 const scopingShim = new ScopingShim(); 27 ScopingShim: scopingShim, property
|
D | apply-shim.js | 143 if (!window.ShadyCSS || !window.ShadyCSS.ScopingShim) {
|
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/ |
D | README.md | 3 ShadyCSS provides a library to simulate ShadowDOM style encapsulation (ScopingShim), a shim for the… 10 ShadyCSS can be used by loading the ScopingShim, ApplyShim, CustomStyleInterface, or any combinatio… 13 1. ScopingShim 33 ## About ScopingShim 35 ScopingShim provides simulated ShadyDOM style encapsulation, and a shim for CSS Custom Properties. 37 ScopingShim works by rewriting style contents and transforming selectors to enforce scoping. 38 Additionally, if CSS Custom Properties is not detected, ScopingShim will replace CSS Custom Propert…
|
D | scoping-shim.min.js.map | 1 …ScopingShim","_scopeCounter","_documentOwner","_documentOwnerStyleInfo","StyleInfo$$module$src$sty…
|
D | apply-shim.min.js | 29 if(!window.ShadyCSS||!window.ShadyCSS.ScopingShim){var Y=new W,ua=window.ShadyCSS&&window.ShadyCSS.…
|
D | scoping-shim.min.js | 55 window.ShadyCSS={ScopingShim:Z,prepareTemplate:function(a,b,c){Z.flushCustomStyles();Z.prepareTempl… property
|
D | apply-shim.min.js.map | 1 …ScopingShim","applyShimInterface","prepareTemplateStyles","elementExtends","prepareTemplateDom","g…
|