Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/polymer/components/shadycss/entrypoints/
Dapply-shim.js86 styleSubtree(element, properties) { method in ApplyShimInterface
97 this.styleSubtree(/** @type {HTMLElement} */(shadowChildren[i]));
102 this.styleSubtree(/** @type {HTMLElement} */(children[i]));
139 this.styleSubtree(document.body, properties);
178 styleSubtree(element, properties) { method
180 applyShimInterface.styleSubtree(element, properties);
Dscoping-shim.js59 styleSubtree(element, properties) { method
61 scopingShim.styleSubtree(element, properties);
Dcustom-style-interface.js45 styleSubtree(element, properties) { method
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/
Dscoping-shim.js376 this.styleSubtree(this._documentOwner, properties);
384 styleSubtree(host, properties) { method in ScopingShim
395 this.styleSubtree(c);
403 this.styleSubtree(c);
546 ScopingShim.prototype['styleSubtree'] = ScopingShim.prototype.styleSubtree;
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/
Dapply-shim.min.js27styleSubtree=function(a,b){X(this);if(b)for(var c in b)null===c?a.style.removeProperty(c):a.style.… method in W
28 …t=J(b._styleAst)}};W.prototype.styleDocument=function(a){X(this);this.styleSubtree(document.body,a…
29 …late(a,b,c)},prepareTemplateDom:function(){},styleSubtree:function(a,b){Y.flushCustomStyles();Y.st… method
Dscoping-shim.min.js49 ….length;d++)e=b[d],a[e]=S(g,a[e],a);c.l=a}k.styleDocument=function(a){this.styleSubtree(this.c,a)};
50styleSubtree=function(a,b){var c=a.shadowRoot;(c||a===this.c)&&this.styleElement(a,b);if(b=c&&(c.c… function
53 …otype.styleDocument=X.prototype.styleDocument;X.prototype.styleSubtree=X.prototype.styleSubtree;X.… method in X
55 …stomStyles();Z.prepareTemplateStyles(a,b,c)},styleSubtree:function(a,b){Z.flushCustomStyles();Z.st… method
DREADME.md23 styleSubtree(element, overrideProperties){},
231 4. Whenever dynamic updates are required, call `ShadyCSS.styleSubtree(element)`.
328 To set the value of a CSS Custom Property imperatively, `ShadyCSS.styleSubtree`
344 ShadyCSS.styleSubtree(el, {'--content-color' : 'red'});
Dcustom-style-interface.min.js13 …{},prepareTemplateDom:function(){},prepareTemplateStyles:function(){},styleSubtree:function(a,b){x… method
Dcustom-style-interface.min.js.map1styleSubtree","styleElement","styleDocument","body","getComputedStyleValue","property","value","ge…
Dapply-shim.min.js.map1styleSubtree","removeProperty","setProperty","shadowRoot","styleElement","shadowChildren","childre…
Dscoping-shim.min.js.map1styleSubtree","styleSubtree.prototype","shadowChildren","transformCustomStyleForDocument.prototype…