HomeSort by relevance Sort by last modified time
    Searched refs:_xmlElementContent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/include/libxml/
tree.h 265 typedef struct _xmlElementContent xmlElementContent;
267 struct _xmlElementContent {
271 struct _xmlElementContent *c1; /* first child */
272 struct _xmlElementContent *c2; /* second child */
273 struct _xmlElementContent *parent; /* parent */
    [all...]
  /external/libxml2/include/libxml/
tree.h 265 typedef struct _xmlElementContent xmlElementContent;
267 struct _xmlElementContent {
271 struct _xmlElementContent *c1; /* first child */
272 struct _xmlElementContent *c2; /* second child */
273 struct _xmlElementContent *parent; /* parent */
    [all...]

Completed in 35 milliseconds