Searched refs:tFoot (Results 1 - 25 of 31) sorted by relevance

12

/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLTableElement22.js108 vsection1 = testNode.tFoot;
112 vsection2 = testNode.tFoot;
H A DHTMLTableElement06.js78 The tFoot attribute returns the tables TFOOT or null if it does not
104 vsection = testNode.tFoot;
H A DHTMLTableElement24.js114 vsection1 = testNode.tFoot;
123 vsection2 = testNode.tFoot;
H A DHTMLTableElement30.js116 vsection1 = testNode.tFoot;
129 vsection1 = testNode.tFoot;
H A DHTMLTableElement05.js78 The tFoot attribute returns the tables TFOOT.
104 vsection = testNode.tFoot;
H A DHTMLTableElement23.js109 vsection = testNode.tFoot;
H A Dtable06.js102 vsection = testNode.tFoot;
H A Dtable07.js103 vsection = testNode.tFoot;
H A Dtable08.js102 vsection = testNode.tFoot;
H A Dtable10.js102 vsection = testNode.tFoot;
H A Dtable17.js102 vsection = testNode.tFoot;
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLTableElement22.js108 vsection1 = testNode.tFoot;
112 vsection2 = testNode.tFoot;
H A DHTMLTableElement06.js78 The tFoot attribute returns the tables TFOOT or null if it does not
104 vsection = testNode.tFoot;
H A DHTMLTableElement24.js114 vsection1 = testNode.tFoot;
123 vsection2 = testNode.tFoot;
H A DHTMLTableElement30.js116 vsection1 = testNode.tFoot;
129 vsection1 = testNode.tFoot;
H A DHTMLTableElement05.js78 The tFoot attribute returns the tables TFOOT.
104 vsection = testNode.tFoot;
H A DHTMLTableElement23.js109 vsection = testNode.tFoot;
H A Dtable06.js102 vsection = testNode.tFoot;
H A Dtable07.js103 vsection = testNode.tFoot;
H A Dtable08.js102 vsection = testNode.tFoot;
H A Dtable10.js102 vsection = testNode.tFoot;
H A Dtable17.js102 vsection = testNode.tFoot;
/external/webkit/Source/WebCore/html/
H A DHTMLTableElement.idl26 attribute HTMLTableSectionElement tFoot setter raises(DOMException);
H A DHTMLTableElement.h48 HTMLTableSectionElement* tFoot() const;
H A DHTMLTableRowElement.cpp94 if (HTMLTableSectionElement* foot = static_cast<HTMLTableElement*>(table)->tFoot()) {

Completed in 1438 milliseconds

12