Searched refs:tHead (Results 1 – 9 of 9) sorted by relevance
48 HTMLTableSectionElement* tHead() const;
82 HTMLTableSectionElement* HTMLTableElement::tHead() const in tHead() function in WebCore::HTMLTableElement126 if (HTMLTableSectionElement* existingHead = tHead()) in createTHead()137 removeChild(tHead(), ec); in deleteTHead()
28 attribute HTMLTableSectionElement tHead
85 if (HTMLTableSectionElement* head = static_cast<HTMLTableElement*>(table)->tHead()) { in rowIndex()
100 …if (!tableElement->summary().isEmpty() || tableElement->tHead() || tableElement->tFoot() || tableE… in isTableExposableThroughAccessibility()
834 @property(retain) DOMHTMLTableSectionElement *tHead;
61683 (WebCore::HTMLTableElement::tHead): Ditto.61710 … * html/HTMLTableElement.idl: Allow the setteres for caption, tHead, and tFoot to raise exceptions.
29552 (WebCore::HTMLTableElement::tHead):
49217 (-[HTMLTableElement tHead]):