Searched refs:CustomStyleInterface (Results 1 – 14 of 14) sorted by relevance
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/ |
D | custom-style-interface.js | 43 export default class CustomStyleInterface { class 117 CustomStyleInterface.prototype['addCustomStyle'] = CustomStyleInterface.prototype.addCustomStyle; 118 CustomStyleInterface.prototype['getStyleForCustomStyle'] = CustomStyleInterface.prototype.getStyleF… 119 CustomStyleInterface.prototype['processStyles'] = CustomStyleInterface.prototype.processStyles; 122 Object.defineProperties(CustomStyleInterface.prototype, {
|
D | scoping-shim.js | 180 } else if (window.ShadyCSS && window.ShadyCSS.CustomStyleInterface) { 181 …yleInterface = /** @type {!CustomStyleInterfaceInterface} */(window.ShadyCSS.CustomStyleInterface);
|
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/entrypoints/ |
D | scoping-shim.js | 19 let ApplyShim, CustomStyleInterface; variable 23 CustomStyleInterface = window['ShadyCSS']['CustomStyleInterface']; 104 if (CustomStyleInterface) { 105 window.ShadyCSS.CustomStyleInterface = CustomStyleInterface;
|
D | apply-shim.js | 34 if (window.ShadyCSS.CustomStyleInterface) { 37 window.ShadyCSS.CustomStyleInterface); 145 let CustomStyleInterface = window.ShadyCSS && window.ShadyCSS.CustomStyleInterface; variable 217 if (CustomStyleInterface) { 218 window.ShadyCSS.CustomStyleInterface = CustomStyleInterface;
|
D | custom-style-interface.js | 13 import CustomStyleInterface from '../src/custom-style-interface.js'; 17 const customStyleInterface = new CustomStyleInterface(); 81 window.ShadyCSS.CustomStyleInterface = customStyleInterface;
|
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/examples/ |
D | document-style-lib.js | 22 const CustomStyleInterface = window.ShadyCSS.CustomStyleInterface; 34 CustomStyleInterface.addCustomStyle(n); 47 CustomStyleInterface.addCustomStyle(candidate);
|
D | custom-style-element.js | 24 const CustomStyleInterface = window.ShadyCSS.CustomStyleInterface; 30 CustomStyleInterface.addCustomStyle(this);
|
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/ |
D | README.md | 3 …y to integrate document-level stylesheets with both of the former libraries (CustomStyleInterface). 10 ShadyCSS can be used by loading the ScopingShim, ApplyShim, CustomStyleInterface, or any combinatio… 15 1. CustomStyleInterface 159 ## About CustomStyleInterface 161 CustomStyleInterface provides API to process `<style>` elements that are not inside of 164 …evel styles to ShadyCSS, one can call `CustomStyleInterface.addCustomStyle(styleElement)` or `Cust… 178 CustomStyleInterface.addCustomStyle(document.querySelector('style.document-style')); 195 CustomStyleInterface.addCustomStyle(this); 210 CustomStyleInterface.addCustomStyle({ 423 found in Polymer, or use the `CustomStyleInterface` library to modify document level styles.
|
D | custom-style-interface.min.js.map | 1 …CustomStyleInterface","enqueueDocumentValidation","addCustomStyle","style","push","getStyleForCust…
|
D | apply-shim.min.js | 25 …lback=ra}function X(a){!a.a&&window.ShadyCSS.CustomStyleInterface&&(a.a=window.ShadyCSS.CustomStyl… 29 …yCSS.ScopingShim){var Y=new W,ua=window.ShadyCSS&&window.ShadyCSS.CustomStyleInterface;window.Shad… 30 …es()},nativeCss:u,nativeShadow:l,cssBuild:v};ua&&(window.ShadyCSS.CustomStyleInterface=ua)}window.…
|
D | custom-style-interface.min.js | 13 …ction(){},nativeCss:v,nativeShadow:q,cssBuild:w});window.ShadyCSS.CustomStyleInterface=x;}).call(t…
|
D | scoping-shim.min.js | 43 …Cb(a){!a.b&&window.ShadyCSS&&window.ShadyCSS.CustomStyleInterface&&(a.b=window.ShadyCSS.CustomStyl… 54 …ew X,Fb,Gb;window.ShadyCSS&&(Fb=window.ShadyCSS.ApplyShim,Gb=window.ShadyCSS.CustomStyleInterface); 56 …sBuild:v};Fb&&(window.ShadyCSS.ApplyShim=Fb);Gb&&(window.ShadyCSS.CustomStyleInterface=Gb);}).call…
|
D | apply-shim.min.js.map | 1 …CustomStyleInterface","requestAnimationFrame","flushCustomStyles","prepareTemplate","styleSubtree"…
|
D | scoping-shim.min.js.map | 1 …CustomStyleInterface","transformCustomStyleForDocument","flushCustomStyles","_ensureApplyShim","Ap…
|