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

  /external/webkit/Source/WebCore/html/
HTMLTableRowsCollection.h 39 class HTMLTableRowsCollection : public HTMLCollection {
41 static PassRefPtr<HTMLTableRowsCollection> create(PassRefPtr<HTMLTableElement>);
47 HTMLTableRowsCollection(PassRefPtr<HTMLTableElement>);
HTMLTableRowsCollection.cpp 30 #include "HTMLTableRowsCollection.h"
55 HTMLTableRowElement* HTMLTableRowsCollection::rowAfter(HTMLTableElement* table, HTMLTableRowElement* previous)
117 HTMLTableRowElement* HTMLTableRowsCollection::lastRow(HTMLTableElement* table)
151 HTMLTableRowsCollection::HTMLTableRowsCollection(PassRefPtr<HTMLTableElement> table)
156 PassRefPtr<HTMLTableRowsCollection> HTMLTableRowsCollection::create(PassRefPtr<HTMLTableElement> table)
158 return adoptRef(new HTMLTableRowsCollection(table));
161 Element* HTMLTableRowsCollection::itemAfter(Element* previous) const

Completed in 1377 milliseconds