Home
last modified time | relevance | path

Searched refs:instanceObject (Results 1 – 3 of 3) sorted by relevance

/external/fonttools/Lib/fontTools/designspaceLib/
D__init__.py449 for instanceObject in self.documentObject.instances:
450 self._addInstance(instanceObject)
542 def _addInstance(self, instanceObject): argument
544 if instanceObject.name is not None:
545 instanceElement.attrib['name'] = instanceObject.name
546 if instanceObject.familyName is not None:
547 instanceElement.attrib['familyname'] = instanceObject.familyName
548 if instanceObject.styleName is not None:
549 instanceElement.attrib['stylename'] = instanceObject.styleName
551 if instanceObject.localisedStyleName:
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DShadowDOM.js135 function registerInstanceProperties(wrapperPrototype, instanceObject) { argument
136 installProperty(instanceObject, wrapperPrototype, false);
Dwebcomponents.js181 function registerInstanceProperties(wrapperPrototype, instanceObject) { argument
182 installProperty(instanceObject, wrapperPrototype, false);