Home
last modified time | relevance | path

Searched refs:setTFoot (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTableElement.h51 void setTFoot(PassRefPtrWillBeRawPtr<HTMLTableSectionElement>, ExceptionState&);
DHTMLTableElement.cpp101 void HTMLTableElement::setTFoot(PassRefPtrWillBeRawPtr<HTMLTableSectionElement> newFoot, ExceptionS… in setTFoot() function in blink::HTMLTableElement
133 setTFoot(foot, IGNORE_EXCEPTION); in createTFoot()