Searched refs:HTMLTableRowsCollection (Results 1 – 10 of 10) sorted by relevance
55 HTMLTableRowElement* HTMLTableRowsCollection::rowAfter(HTMLTableElement* table, HTMLTableRowElement… in rowAfter()117 HTMLTableRowElement* HTMLTableRowsCollection::lastRow(HTMLTableElement* table) in lastRow()151 HTMLTableRowsCollection::HTMLTableRowsCollection(PassRefPtr<HTMLTableElement> table) in HTMLTableRowsCollection() function in WebCore::HTMLTableRowsCollection156 PassRefPtr<HTMLTableRowsCollection> HTMLTableRowsCollection::create(PassRefPtr<HTMLTableElement> ta… in create()158 return adoptRef(new HTMLTableRowsCollection(table)); in create()161 Element* HTMLTableRowsCollection::itemAfter(Element* previous) const in itemAfter()
39 class HTMLTableRowsCollection : public HTMLCollection {41 static PassRefPtr<HTMLTableRowsCollection> create(PassRefPtr<HTMLTableElement>);47 HTMLTableRowsCollection(PassRefPtr<HTMLTableElement>);
191 lastRow = HTMLTableRowsCollection::lastRow(this); in insertRow()194 row = HTMLTableRowsCollection::rowAfter(this, lastRow); in insertRow()229 row = HTMLTableRowsCollection::lastRow(this); in deleteRow()232 row = HTMLTableRowsCollection::rowAfter(this, row); in deleteRow()654 return HTMLTableRowsCollection::create(this); in rows()
261 html/HTMLTableRowsCollection.cpp \
660 html/HTMLTableRowsCollection.cpp \1351 html/HTMLTableRowsCollection.h \
1561 'html/HTMLTableRowsCollection.cpp',1562 'html/HTMLTableRowsCollection.h',
1149 WebCore/html/HTMLTableRowsCollection.cpp \1150 WebCore/html/HTMLTableRowsCollection.h \
14394 * html/HTMLTableRowsCollection.cpp:14395 (WebCore::HTMLTableRowsCollection::HTMLTableRowsCollection):14396 (WebCore::HTMLTableRowsCollection::create):14397 * html/HTMLTableRowsCollection.h:61660 * GNUmakefile.am: Added HTMLTableRowsCollection.61694 …Core::HTMLTableElement::insertRow): Rewrote to use a loop based on code in HTMLTableRowsCollection.61703 (WebCore::HTMLTableElement::rows): Changed to use the new HTMLTableRowsCollection.61712 … * html/HTMLTableRowsCollection.cpp: Added. Implements the HTML 5 rule for which rows are in the61714 * html/HTMLTableRowsCollection.h: Added.
13200 * html/HTMLTableRowsCollection.cpp:13201 (WebCore::HTMLTableRowsCollection::HTMLTableRowsCollection): Ditto.
2278 …5C00338FF9 /* HTMLTableRowsCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 93442C9D0D2…2279 …000338FF9 /* HTMLTableRowsCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93442C9F0D…7649 …F9 /* HTMLTableRowsCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …7650 …/* HTMLTableRowsCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…13023 93442C9F0D2B336000338FF9 /* HTMLTableRowsCollection.cpp */,13024 93442C9D0D2B335C00338FF9 /* HTMLTableRowsCollection.h */,17248 93442C9E0D2B335C00338FF9 /* HTMLTableRowsCollection.h in Headers */,19442 93442CA00D2B336000338FF9 /* HTMLTableRowsCollection.cpp in Sources */,