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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableElement.cpp100 HTMLTableSectionElement* HTMLTableElement::tFoot() const function in class:WebCore::HTMLTableElement
138 if (HTMLTableSectionElement* existingFoot = tFoot())
147 removeChild(tFoot(), IGNORE_EXCEPTION);

Completed in 177 milliseconds