Searched defs:tHead (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableElement.cpp78 HTMLTableSectionElement* HTMLTableElement::tHead() const function in class:blink::HTMLTableElement
116 if (HTMLTableSectionElement* existingHead = tHead())
125 removeChild(tHead(), IGNORE_EXCEPTION);

Completed in 106 milliseconds