Home
last modified time | relevance | path

Searched refs:xmlNode (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/common/extensions/
Dupdate_manifest.cc49 static bool TagNameEquals(const xmlNode* node, const char* expected_name, in TagNameEquals()
58 static std::vector<xmlNode*> GetChildren(xmlNode* root, xmlNs* xml_namespace, in GetChildren()
60 std::vector<xmlNode*> result; in GetChildren()
61 for (xmlNode* child = root->children; child != NULL; child = child->next) { in GetChildren()
71 static std::string GetAttribute(xmlNode* node, const char* attribute_name) { in GetAttribute()
112 static xmlNs* GetNamespace(xmlNode* node, const char* expected_href) { in GetNamespace()
126 static bool ParseSingleAppTag(xmlNode* app_node, xmlNs* xml_namespace, in ParseSingleAppTag()
137 std::vector<xmlNode*> updates = GetChildren(app_node, xml_namespace, in ParseSingleAppTag()
147 xmlNode *updatecheck = updates[0]; in ParseSingleAppTag()
218 xmlNode *root = xmlDocGetRootElement(document.get()); in Parse()
[all …]
/external/chromium/chrome/browser/metrics/
Dmetrics_service.h46 typedef struct _xmlNode xmlNode; typedef
47 typedef xmlNode* xmlNodePtr;
/external/libxml2/include/libxml/
Dvalid.h418 xmlValidGetValidElements(xmlNode *prev,
419 xmlNode *next,
Dtree.h448 typedef struct _xmlNode xmlNode; typedef
449 typedef xmlNode *xmlNodePtr;
/external/libxml2/
Dtree.c2132 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlNewDocPI()
2137 memset(cur, 0, sizeof(xmlNode)); in xmlNewDocPI()
2194 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlNewNode()
2199 memset(cur, 0, sizeof(xmlNode)); in xmlNewNode()
2236 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlNewNodeEatName()
2242 memset(cur, 0, sizeof(xmlNode)); in xmlNewNodeEatName()
2370 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlNewDocFragment()
2375 memset(cur, 0, sizeof(xmlNode)); in xmlNewDocFragment()
2400 cur = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlNewText()
2405 memset(cur, 0, sizeof(xmlNode)); in xmlNewText()
[all …]
Dvalid.c5384 tmp = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlValidateElementContent()
6945 xmlValidGetValidElements(xmlNode *prev, xmlNode *next, const xmlChar **names, in xmlValidGetValidElements()
6953 xmlNode *ref_node; in xmlValidGetValidElements()
6954 xmlNode *parent; in xmlValidGetValidElements()
6955 xmlNode *test_node; in xmlValidGetValidElements()
6957 xmlNode *prev_next; in xmlValidGetValidElements()
6958 xmlNode *next_prev; in xmlValidGetValidElements()
6959 xmlNode *parent_childs; in xmlValidGetValidElements()
6960 xmlNode *parent_last; in xmlValidGetValidElements()
DSAX2.c1821 ret = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlSAX2TextNode()
1827 memset(ret, 0, sizeof(xmlNode)); in xmlSAX2TextNode()
2206 memset(ret, 0, sizeof(xmlNode)); in xmlSAX2StartElementNs()
Drelaxng.c3783 xmlNode node; in xmlRelaxNGCompareNameClasses()
/external/libxslt/libxslt/
Dfunctions.c698 val /= sizeof(xmlNode); in xsltGenerateIdFunction()