Searched refs:xmlNode (Results 1 – 9 of 9) sorted by relevance
/external/chromium/chrome/common/extensions/ |
D | update_manifest.cc | 49 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/ |
D | metrics_service.h | 46 typedef struct _xmlNode xmlNode; typedef 47 typedef xmlNode* xmlNodePtr;
|
/external/libxml2/include/libxml/ |
D | valid.h | 418 xmlValidGetValidElements(xmlNode *prev, 419 xmlNode *next,
|
D | tree.h | 448 typedef struct _xmlNode xmlNode; typedef 449 typedef xmlNode *xmlNodePtr;
|
/external/libxml2/ |
D | tree.c | 2132 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 …]
|
D | valid.c | 5384 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()
|
D | SAX2.c | 1821 ret = (xmlNodePtr) xmlMalloc(sizeof(xmlNode)); in xmlSAX2TextNode() 1827 memset(ret, 0, sizeof(xmlNode)); in xmlSAX2TextNode() 2206 memset(ret, 0, sizeof(xmlNode)); in xmlSAX2StartElementNs()
|
D | relaxng.c | 3783 xmlNode node; in xmlRelaxNGCompareNameClasses()
|
/external/libxslt/libxslt/ |
D | functions.c | 698 val /= sizeof(xmlNode); in xsltGenerateIdFunction()
|