Home
last modified time | relevance | path

Searched refs:rowAfter (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/html/
DHTMLTableRowsCollection.cpp55 HTMLTableRowElement* HTMLTableRowsCollection::rowAfter(HTMLTableElement* table, HTMLTableRowElement… in rowAfter() function in WebCore::HTMLTableRowsCollection
164 …return rowAfter(static_cast<HTMLTableElement*>(base()), static_cast<HTMLTableRowElement*>(previous… in itemAfter()
DHTMLTableRowsCollection.h43 static HTMLTableRowElement* rowAfter(HTMLTableElement*, HTMLTableRowElement*);
DHTMLTableElement.cpp193 row = HTMLTableRowsCollection::rowAfter(this, lastRow); in insertRow()
231 row = HTMLTableRowsCollection::rowAfter(this, row); in deleteRow()