tFoot             115 Source/core/accessibility/AXTable.cpp     if (!tableElement->summary().isEmpty() || tableElement->tHead() || tableElement->tFoot() || tableElement->caption())
tFoot             139 Source/core/html/HTMLTableElement.cpp     if (HTMLTableSectionElement* existingFoot = tFoot())
tFoot             148 Source/core/html/HTMLTableElement.cpp     removeChild(tFoot(), IGNORE_EXCEPTION);
tFoot              49 Source/core/html/HTMLTableElement.h     HTMLTableSectionElement* tFoot() const;
tFoot              97 Source/core/html/HTMLTableRowElement.cpp     if (HTMLTableSectionElement* foot = toHTMLTableElement(table)->tFoot()) {