itemBefore         54 Source/core/dom/ChildNodeList.h     Node* itemBefore(const Node* previousItem) const;
itemBefore         45 Source/core/dom/LiveNodeList.cpp     return LiveNodeListBase::itemBefore(*this, previous);
itemBefore         53 Source/core/dom/LiveNodeList.h     Element* itemBefore(const Element* previousItem) const;
itemBefore         88 Source/core/dom/LiveNodeListBase.h     static Element* itemBefore(const Collection&, const Element* previousItem);
itemBefore        165 Source/core/dom/LiveNodeListBase.h Element* LiveNodeListBase::itemBefore(const Collection& collection, const Element* previous)
itemBefore        166 Source/core/html/CollectionIndexCache.h     while ((currentNode = collection.itemBefore(currentNode))) {
itemBefore        188 Source/core/html/CollectionIndexCache.h         NodeType* lastItem = collection.itemBefore(0);
itemBefore        281 Source/core/html/HTMLCollection.cpp     return LiveNodeListBase::itemBefore(*this, previous);
itemBefore         61 Source/core/html/HTMLCollection.h     Element* itemBefore(const Element* previousItem) const;