Home
last modified time | relevance | path

Searched refs:HTMLTableRowsCollection (Results 1 – 9 of 9) 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.cpp190 lastRow = HTMLTableRowsCollection::lastRow(this); in insertRow()
193 row = HTMLTableRowsCollection::rowAfter(this, lastRow); in insertRow()
228 row = HTMLTableRowsCollection::lastRow(this); in deleteRow()
231 row = HTMLTableRowsCollection::rowAfter(this, row); in deleteRow()
653 return HTMLTableRowsCollection::create(this); in rows()
/external/webkit/WebCore/
DAndroid.mk472 html/HTMLTableRowsCollection.cpp \
DWebCore.scons286 'html/HTMLTableRowsCollection.cpp',
DGNUmakefile.am962 WebCore/html/HTMLTableRowsCollection.cpp \
963 WebCore/html/HTMLTableRowsCollection.h \
DWebCore.pro762 html/HTMLTableRowsCollection.cpp \
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.
/external/webkit/WebCore/WebCore.xcodeproj/
Dproject.pbxproj1904 …5C00338FF9 /* HTMLTableRowsCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 93442C9D0D2…
1905 …000338FF9 /* HTMLTableRowsCollection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93442C9F0D…
6782 …F9 /* HTMLTableRowsCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
6783 …/* HTMLTableRowsCollection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
11643 93442C9F0D2B336000338FF9 /* HTMLTableRowsCollection.cpp */,
11644 93442C9D0D2B335C00338FF9 /* HTMLTableRowsCollection.h */,
15542 93442C9E0D2B335C00338FF9 /* HTMLTableRowsCollection.h in Headers */,
17521 93442CA00D2B336000338FF9 /* HTMLTableRowsCollection.cpp in Sources */,