Searched refs:node2_depth (Results 1 – 1 of 1) sorted by relevance
2496 size_t node2_depth = 0; in dom_node_compare_document_position() local2503 node2_depth++; in dom_node_compare_document_position()2541 if (node1_depth > node2_depth) { in dom_node_compare_document_position()2545 } while (node1_depth > node2_depth); in dom_node_compare_document_position()2546 } else if (node2_depth > node1_depth) { in dom_node_compare_document_position()2549 node2_depth--; in dom_node_compare_document_position()2550 } while (node2_depth > node1_depth); in dom_node_compare_document_position()
Completed in 14 milliseconds