Home
last modified time | relevance | path

Searched refs:typeExtension (Results 1 – 13 of 13) sorted by relevance

/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/
Dstyle-info.js47 constructor(ast, placeholder, ownStylePropertyNames, elementName, typeExtension, cssBuild) { argument
61 this.typeExtension = typeExtension || '';
Dscoping-shim.js68 prepareTemplate(template, elementName, typeExtension) { argument
70 this.prepareTemplateStyles(template, elementName, typeExtension);
78 prepareTemplateStyles(template, elementName, typeExtension) { argument
88 template.extends = typeExtension;
94 extends: typeExtension,
149 const {is, typeExtension} = StyleUtil.getIsExtends(host);
163 typeExtension,
Dstyle-util.js248 let is = '', typeExtension = '';
257 typeExtension = localName;
262 typeExtension = /** @type {?} */(element).extends;
264 return {is, typeExtension};
Dstyle-properties.js310 let {is, typeExtension} = StyleUtil.getIsExtends(scope);
312 StyleTransformer._calcHostScope(is, typeExtension) :
382 let {is, typeExtension} = StyleUtil.getIsExtends(element);
384 ._calcHostScope(is, typeExtension);
Dstyle-transformer.js173 let {is, typeExtension} = StyleUtil.getIsExtends(element);
174 cssText = this.css(styleRules, is, typeExtension, callback) + '\n\n';
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DCustomElements.js889 function createElementNS(namespace, tag, typeExtension) { argument
891 return createElement(tag, typeExtension);
896 function createElement(tag, typeExtension) { argument
900 if (typeExtension) {
901 typeExtension = typeExtension.toLowerCase();
903 var definition = getRegisteredDefinition(typeExtension || tag);
905 if (tag == definition.tag && typeExtension == definition.is) {
908 if (!typeExtension && !definition.is) {
913 if (typeExtension) {
915 element.setAttribute("is", typeExtension);
Dwebcomponents-lite.js2358 function createElementNS(namespace, tag, typeExtension) { argument
2360 return createElement(tag, typeExtension);
2365 function createElement(tag, typeExtension) { argument
2369 if (typeExtension) {
2370 typeExtension = typeExtension.toLowerCase();
2372 var definition = getRegisteredDefinition(typeExtension || tag);
2374 if (tag == definition.tag && typeExtension == definition.is) {
2377 if (!typeExtension && !definition.is) {
2382 if (typeExtension) {
2384 element.setAttribute("is", typeExtension);
Dwebcomponents.js4501 var typeExtension = this.isTypeExtension(extendsName);
4502 var scopeSelector = this.makeScopeSelector(name, typeExtension);
4517 makeScopeSelector: function(name, typeExtension) { argument
4519 return typeExtension ? "[is=" + name + "]" : name;
7044 function createElementNS(namespace, tag, typeExtension) { argument
7046 return createElement(tag, typeExtension);
7051 function createElement(tag, typeExtension) { argument
7055 if (typeExtension) {
7056 typeExtension = typeExtension.toLowerCase();
7058 var definition = getRegisteredDefinition(typeExtension || tag);
[all …]
/external/deqp/framework/common/
DtcuTestHierarchyUtil.cpp60 const std::string &typeExtension) in makePackageFilename() argument
64 args["typeExtension"] = typeExtension; in makePackageFilename()
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/
Dscoping-shim.min.js.map1typeExtension","is","getAttribute","extends","splitSelectorList","selector","parts","part","slice"…
Dapply-shim.min.js.map1typeExtension: string}}\n */\nexport function getIsExtends(element) {\n let localName = element['…
/external/deqp/external/vulkancts/
DREADME.md731 default: '${packageName}-cases.${typeExtension}'
/external/deqp/external/openglcts/
DREADME.md590 default: '${packageName}-cases.${typeExtension}'