Searched refs:ApplyShim (Results 1 – 9 of 9) sorted by relevance
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/ |
D | apply-shim.js | 139 class ApplyShim { class 506 ApplyShim.prototype['detectMixin'] = ApplyShim.prototype.detectMixin; 507 ApplyShim.prototype['transformStyle'] = ApplyShim.prototype.transformStyle; 508 ApplyShim.prototype['transformCustomStyle'] = ApplyShim.prototype.transformCustomStyle; 509 ApplyShim.prototype['transformRules'] = ApplyShim.prototype.transformRules; 510 ApplyShim.prototype['transformRule'] = ApplyShim.prototype.transformRule; 511 ApplyShim.prototype['transformTemplate'] = ApplyShim.prototype.transformTemplate; 512 ApplyShim.prototype['_separator'] = MIXIN_VAR_SEP; 514 Object.defineProperty(ApplyShim.prototype, 'invalidCallback', { 525 export default ApplyShim;
|
D | scoping-shim.js | 172 } else if (window.ShadyCSS && window.ShadyCSS.ApplyShim) { 173 this._applyShim = /** @type {!Object} */ (window.ShadyCSS.ApplyShim);
|
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/entrypoints/ |
D | scoping-shim.js | 19 let ApplyShim, CustomStyleInterface; variable 22 ApplyShim = window['ShadyCSS']['ApplyShim']; 100 if (ApplyShim) { 101 window.ShadyCSS.ApplyShim = ApplyShim;
|
D | apply-shim.js | 13 import ApplyShim from '../src/apply-shim.js'; 22 const applyShim = new ApplyShim(); 222 window.ShadyCSS.ApplyShim = applyShim;
|
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/ |
D | README.md | 3 …ation (ScopingShim), a shim for the proposed CSS mixin `@apply` syntax (ApplyShim), and a library … 10 ShadyCSS can be used by loading the ScopingShim, ApplyShim, CustomStyleInterface, or any combinatio… 14 1. ApplyShim 90 ## About ApplyShim 92 ApplyShim provides a shim for the `@apply` syntax proposed at https://tabatkins.github.io/specs/css… 98 …c](https://tabatkins.github.io/specs/css-shadow-parts/). Therefore, the ApplyShim library is depre… 332 When using ApplyShim, defining new mixins or new values for current mixins imperatively is not
|
D | apply-shim.min.js.map | 1 …ApplyShim","_measureElement","_currentElement","detectMixin","has","test","lastIndex","transformTe…
|
D | scoping-shim.min.js | 44 function Y(a){!a.a&&window.ShadyCSS&&window.ShadyCSS.ApplyShim&&(a.a=window.ShadyCSS.ApplyShim,a.a.… 54 …n(){return u}}});var Z=new X,Fb,Gb;window.ShadyCSS&&(Fb=window.ShadyCSS.ApplyShim,Gb=window.ShadyC… 56 …Value(a,b)},nativeCss:u,nativeShadow:r,cssBuild:v};Fb&&(window.ShadyCSS.ApplyShim=Fb);Gb&&(window.…
|
D | apply-shim.min.js | 30 …ssBuild:v};ua&&(window.ShadyCSS.CustomStyleInterface=ua)}window.ShadyCSS.ApplyShim=V;}).call(this);
|
D | scoping-shim.min.js.map | 1 …ApplyShim","flushCustomStyles.prototype","customStyles","_revalidateCustomStyleApplyShim","_revali…
|