Home
last modified time | relevance | path

Searched refs:styleDocument (Results 1 – 11 of 11) sorted by relevance

/external/chromium-trace/catapult/third_party/polymer/components/shadycss/entrypoints/
Dapply-shim.js137 styleDocument(properties) { method in ApplyShimInterface
194 styleDocument(properties) { method
196 applyShimInterface.styleDocument(properties);
Dscoping-shim.js75 styleDocument(properties) { method
77 scopingShim.styleDocument(properties);
Dcustom-style-interface.js60 styleDocument(properties) { method
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/
DREADME.md24 styleDocument(overrideProperties){},
234 `ShadyCSS.styleDocument()`.
329 and `ShadyCSS.styleDocument` support an additional argument of an object mapping
342 ShadyCSS.styleDocument({'--content-color' : 'green'});
385 conditionally match selectors they did not previously, `ShadyCSS.styleDocument()`
Dcustom-style-interface.min.js13 …yleSubtree:function(a,b){x.a();p(a,b)},styleElement:function(){x.a()},styleDocument:function(a){x.… method
Dapply-shim.min.js28 …))a.__cssRules=b._styleAst,a.textContent=J(b._styleAst)}};W.prototype.styleDocument=function(a){X(…
29 …b)},styleElement:function(a){Y.flushCustomStyles();Y.styleElement(a)},styleDocument:function(a){Y.… method
30 Y.styleDocument(a)},getComputedStyleValue:function(a,b){return(a=window.getComputedStyle(a).getProp…
Dscoping-shim.min.js45 …)(c=this.b.getStyleForCustomStyle(a[b]))&&jb(c,this.h.l);this.v&&this.styleDocument()}this.b.enque…
49 …opertyNames(a);for(d=0;d<b.length;d++)e=b[d],a[e]=S(g,a[e],a);c.l=a}k.styleDocument=function(a){th… function
53 …totype.styleElement=X.prototype.styleElement;X.prototype.styleDocument=X.prototype.styleDocument;X… method in X
55 …(a){Z.flushCustomStyles();Z.styleElement(a)},styleDocument:function(a){Z.flushCustomStyles();Z.sty… method
Dcustom-style-interface.min.js.map1styleDocument","body","getComputedStyleValue","property","value","getComputedStyle","getPropertyVa…
Dscoping-shim.min.js.map1styleDocument","styleElement.prototype","overrideProps","styleElementNativeVariables","removePrope…
Dapply-shim.min.js.map1styleDocument","body","ScopingShim","applyShimInterface","prepareTemplateStyles","elementExtends",…
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/
Dscoping-shim.js219 this.styleDocument();
375 styleDocument(properties) { method in ScopingShim
545 ScopingShim.prototype['styleDocument'] = ScopingShim.prototype.styleDocument;