Lines Matching refs:UNEXPECTED
253 if (UNEXPECTED(parentNode == NULL)) { in dom_sanity_check_node_list_for_insertion()
327 …if (UNEXPECTED(dom_sanity_check_node_list_for_insertion(context->document, parentNode, nodes, node… in dom_parent_node_append()
371 …if (UNEXPECTED(dom_sanity_check_node_list_for_insertion(context->document, parentNode, nodes, node… in dom_parent_node_prepend()
411 …if (UNEXPECTED(dom_sanity_check_node_list_for_insertion(context->document, parentNode, nodes, node… in dom_parent_node_after()
463 …if (UNEXPECTED(dom_sanity_check_node_list_for_insertion(context->document, parentNode, nodes, node… in dom_parent_node_before()
541 if (UNEXPECTED(dom_child_removal_preconditions(child, stricterror) != SUCCESS)) { in dom_child_node_remove()
560 …if (UNEXPECTED(dom_sanity_check_node_list_for_insertion(context->document, parentNode, nodes, node… in dom_child_replace_with()
565 if (UNEXPECTED(dom_child_removal_preconditions(child, stricterror) != SUCCESS)) { in dom_child_replace_with()
583 if (UNEXPECTED(fragment == NULL)) { in dom_child_replace_with()
615 …if (UNEXPECTED(dom_sanity_check_node_list_for_insertion(context->document, thisp, nodes, nodesc) !… in dom_parent_node_replace_children()
620 if (UNEXPECTED(fragment == NULL)) { in dom_parent_node_replace_children()