Home
last modified time | relevance | path

Searched refs:xmlAttr (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/common/extensions/
Dupdate_manifest.cc73 for (xmlAttr* attr = node->properties; attr != NULL; attr = attr->next) { in GetAttribute()
/external/libxml2/include/libxml/
Dtree.h393 typedef struct _xmlAttr xmlAttr; typedef
394 typedef xmlAttr *xmlAttrPtr;
/external/libxml2/
Dtree.c1810 cur = (xmlAttrPtr) xmlMalloc(sizeof(xmlAttr)); in xmlNewPropInternal()
1819 memset(cur, 0, sizeof(xmlAttr)); in xmlNewPropInternal()
1982 cur = (xmlAttrPtr) xmlMalloc(sizeof(xmlAttr)); in xmlNewDocProp()
1987 memset(cur, 0, sizeof(xmlAttr)); in xmlNewDocProp()
9276 clone = (xmlNodePtr) xmlMalloc(sizeof(xmlAttr)); in xmlDOMWrapCloneNode()
9281 memset(clone, 0, sizeof(xmlAttr)); in xmlDOMWrapCloneNode()
DSAX2.c1946 memset(ret, 0, sizeof(xmlAttr)); in xmlSAX2AttributeNs()