tHead             115 Source/core/accessibility/AXTable.cpp     if (!tableElement->summary().isEmpty() || tableElement->tHead() || tableElement->tFoot() || tableElement->caption())
tHead             125 Source/core/html/HTMLTableElement.cpp     if (HTMLTableSectionElement* existingHead = tHead())
tHead             134 Source/core/html/HTMLTableElement.cpp     removeChild(tHead(), IGNORE_EXCEPTION);
tHead              46 Source/core/html/HTMLTableElement.h     HTMLTableSectionElement* tHead() const;
tHead              78 Source/core/html/HTMLTableRowElement.cpp     if (HTMLTableSectionElement* head = toHTMLTableElement(table)->tHead()) {