Home
last modified time | relevance | path

Searched refs:HTMLTableRowsCollection (Results 1 – 10 of 10) sorted by relevance

/external/webkit/WebCore/html/
DHTMLTableRowsCollection.cpp55 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::HTMLTableRowsCollection
156 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()
DHTMLTableRowsCollection.h39 class HTMLTableRowsCollection : public HTMLCollection {
41 static PassRefPtr<HTMLTableRowsCollection> create(PassRefPtr<HTMLTableElement>);
47 HTMLTableRowsCollection(PassRefPtr<HTMLTableElement>);
DHTMLTableElement.cpp191 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()
/external/webkit/WebCore/
DAndroid.mk261 html/HTMLTableRowsCollection.cpp \
DWebCore.pro660 html/HTMLTableRowsCollection.cpp \
1351 html/HTMLTableRowsCollection.h \
DWebCore.gypi1561 'html/HTMLTableRowsCollection.cpp',
1562 'html/HTMLTableRowsCollection.h',
DGNUmakefile.am1149 WebCore/html/HTMLTableRowsCollection.cpp \
1150 WebCore/html/HTMLTableRowsCollection.h \
DChangeLog-2008-08-1014394 * 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 the
61714 * html/HTMLTableRowsCollection.h: Added.
DChangeLog-2009-06-1613200 * html/HTMLTableRowsCollection.cpp:
13201 (WebCore::HTMLTableRowsCollection::HTMLTableRowsCollection): Ditto.
/external/webkit/WebCore/WebCore.xcodeproj/
Dproject.pbxproj2278 …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 */,