Searched refs:detectMixin (Results 1 – 7 of 7) sorted by relevance
76 import {detectMixin} from './common-utils.js';152 detectMixin(cssText) { method in ApplyShim153 return detectMixin(cssText);506 ApplyShim.prototype['detectMixin'] = ApplyShim.prototype.detectMixin;
53 export function detectMixin(cssText) { function
24 import {updateNativeProperties, detectMixin} from './common-utils.js';100 let hasMixins = !cssBuild && detectMixin(cssText);
24 …a(a,k);k&&(k.h=h);e&&(f=b+";"+f);return f+m.join("; ")+";"}R.prototype.detectMixin=R.prototype.o;R… method in R
1 …detectMixin","has","test","lastIndex","transformTemplate","template","elementName","_gatheredStyle…
1 … * @param {string} cssText\n * @return {boolean}\n */\nexport function detectMixin(cssText) {\n c…
1 …detectMixin} from './common-utils.js';\nimport {CustomStyleInterfaceInterface} from './custom-styl…