isMatchingElement 158 Source/core/dom/LiveNodeListBase.h if (current->isElementNode() && isMatchingElement(collection, toElement(*current))) isMatchingElement 181 Source/core/dom/LiveNodeListBase.h while (element && !isMatchingElement(nodeList, *element)) isMatchingElement 193 Source/core/dom/LiveNodeListBase.h } while (next && !isMatchingElement(nodeList, *next)); isMatchingElement 192 Source/core/html/HTMLCollection.cpp inline bool isMatchingElement(const NodeListType&, const Element&); isMatchingElement 312 Source/core/html/HTMLCollection.cpp while (element && !isMatchingElement(nodeList, *element)) isMatchingElement 322 Source/core/html/HTMLCollection.cpp } while (next && !isMatchingElement(nodeList, *next));