Searched refs:rowAfter (Results 1 – 3 of 3) sorted by relevance
55 HTMLTableRowElement* HTMLTableRowsCollection::rowAfter(HTMLTableElement* table, HTMLTableRowElement… in rowAfter() function in WebCore::HTMLTableRowsCollection164 …return rowAfter(static_cast<HTMLTableElement*>(base()), static_cast<HTMLTableRowElement*>(previous… in itemAfter()
43 static HTMLTableRowElement* rowAfter(HTMLTableElement*, HTMLTableRowElement*);
193 row = HTMLTableRowsCollection::rowAfter(this, lastRow); in insertRow()231 row = HTMLTableRowsCollection::rowAfter(this, row); in deleteRow()