Home
last modified time | relevance | path

Searched refs:dom_node_get_first_child (Results 1 – 11 of 11) sorted by relevance

/dports/www/netsurf/netsurf-3.10/content/handlers/javascript/duktape/
H A DElement.bnd27 exc = dom_node_get_first_child(((node_private_t*)priv)->node, &element);
168 exc = dom_node_get_first_child(((node_private_t *)priv)->node, &element);
448 exc = dom_node_get_first_child(priv->parent.node, &child);
457 exc = dom_node_get_first_child(priv->parent.node, &child);
466 exc = dom_node_get_first_child(fragment, &html);
478 exc = dom_node_get_first_child(body, &child);
490 exc = dom_node_get_first_child(body, &child);
H A DNode.bnd144 exc = dom_node_get_first_child(priv->node, &n);
/dports/www/netsurf/netsurf-3.10/utils/
H A Dlibdom.c47 exc = dom_node_get_first_child(node, &next); in libdom_treewalk()
164 exc = dom_node_get_first_child(parent, &element); in libdom_find_first_element()
468 exc = dom_node_get_first_child(node, &child); in libdom_dump_structure()
/dports/www/libdom/libdom-0.4.1/include/dom/core/
H A Dnode.h102 dom_exception (*dom_node_get_first_child)(dom_node_internal *node, member
269 static inline dom_exception dom_node_get_first_child(struct dom_node *node, in dom_node_get_first_child() function
272 return ((dom_node_vtable *) node->vtable)->dom_node_get_first_child( in dom_node_get_first_child()
276 #define dom_node_get_first_child(n, r) dom_node_get_first_child( \ macro
/dports/www/libdom/libdom-0.4.1/examples/
H A Ddom-structure-dump.c279 exc = dom_node_get_first_child(node, &child); in dump_dom_structure()
/dports/www/netsurf/netsurf-3.10/content/handlers/html/
H A Dbox_special.c299 err = dom_node_get_first_child(n, &c); in box_create_frameset()
1528 err = dom_node_get_first_child(n, &c); in box_object()
1670 err = dom_node_get_first_child(n, &c); in box_select()
1699 err = dom_node_get_first_child(c, &c2); in box_select()
H A Dbox_construct.c868 err = dom_node_get_first_child(n, &next); in next_node()
/dports/devel/nsgenbind/nsgenbind-0.8/test/data/bindings/
H A Dhtmlelement.bnd320 exc = dom_node_get_first_child(private->node, &element);
456 exc = dom_node_get_first_child(private->node, &element);
/dports/www/libdom/libdom-0.4.1/bindings/hubbub/
H A Dparser.c420 err = dom_node_get_first_child((struct dom_node *) node, in reparent_children()
/dports/www/netsurf/netsurf-3.10/desktop/
H A Dsave_complete.c554 exc = dom_node_get_first_child(node, &next); in save_complete_libdom_treewalk()
/dports/www/netsurf/netsurf-3.10/content/handlers/css/
H A Dselect.c1516 err = dom_node_get_first_child(n, &n); in node_is_empty()