Home
last modified time | relevance | path

Searched defs:nextItem (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/html/
DHTMLFormCollection.cpp135 Node* HTMLFormCollection::nextItem() const in nextItem() function in WebCore::HTMLFormCollection
DHTMLCollection.cpp242 Node* HTMLCollection::nextItem() const in nextItem() function in WebCore::HTMLCollection
/external/webkit/WebCore/editing/
DModifySelectionListLevel.cpp262 …Node* nextItem = endListChild->renderer()->nextSibling() ? endListChild->renderer()->nextSibling()… in doApply() local