HomeSort by relevance Sort by last modified time
    Searched defs:virtualItemAfter (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableRowsCollection.cpp 140 Element* HTMLTableRowsCollection::virtualItemAfter(Element* previous) const
HTMLCollection.cpp 301 Element* HTMLCollection::virtualItemAfter(Element*) const
335 return virtualItemAfter(0);
360 for (Element* next = virtualItemAfter(&currentElement); next; next = virtualItemAfter(next)) {
HTMLFormControlsCollection.cpp 83 HTMLElement* HTMLFormControlsCollection::virtualItemAfter(Element* previous) const

Completed in 119 milliseconds