xmlAttr            68 chrome/browser/component_updater/update_response.cc   for (xmlAttr* attr = node->properties; attr != NULL; attr = attr->next) {
xmlAttr            75 chrome/common/extensions/update_manifest.cc   for (xmlAttr* attr = node->properties; attr != NULL; attr = attr->next) {
xmlAttr          1946 third_party/libxml/src/SAX2.c 	memset(ret, 0, sizeof(xmlAttr));
xmlAttr           394 third_party/libxml/src/include/libxml/tree.h typedef struct _xmlAttr xmlAttr;
xmlAttr           395 third_party/libxml/src/include/libxml/tree.h typedef xmlAttr *xmlAttrPtr;
xmlAttr          1799 third_party/libxml/src/tree.c     cur = (xmlAttrPtr) xmlMalloc(sizeof(xmlAttr));
xmlAttr          1808 third_party/libxml/src/tree.c     memset(cur, 0, sizeof(xmlAttr));
xmlAttr          1971 third_party/libxml/src/tree.c     cur = (xmlAttrPtr) xmlMalloc(sizeof(xmlAttr));
xmlAttr          1976 third_party/libxml/src/tree.c     memset(cur, 0, sizeof(xmlAttr));
xmlAttr          9263 third_party/libxml/src/tree.c 		clone = (xmlNodePtr) xmlMalloc(sizeof(xmlAttr));
xmlAttr          9268 third_party/libxml/src/tree.c 		memset(clone, 0, sizeof(xmlAttr));