nextMatchingChildElement 347 Source/core/html/HTMLCollection.cpp return nextMatchingChildElement(*this, previous); nextMatchingChildElement 370 Source/core/html/HTMLCollection.cpp while ((next = nextMatchingChildElement(*this, *next))) {