Searched defs:nextItem (Results 1 – 3 of 3) sorted by relevance
135 Node* HTMLFormCollection::nextItem() const in nextItem() function in WebCore::HTMLFormCollection
242 Node* HTMLCollection::nextItem() const in nextItem() function in WebCore::HTMLCollection
262 …Node* nextItem = endListChild->renderer()->nextSibling() ? endListChild->renderer()->nextSibling()… in doApply() local