Searched refs:node1_depth (Results 1 – 1 of 1) sorted by relevance
2486 size_t node1_depth = 0; in dom_node_compare_document_position() local2493 node1_depth++; in dom_node_compare_document_position()2541 if (node1_depth > node2_depth) { in dom_node_compare_document_position()2544 node1_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()2550 } while (node2_depth > node1_depth); in dom_node_compare_document_position()
Completed in 10 milliseconds