Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTableElement.h48 void setTHead(PassRefPtrWillBeRawPtr<HTMLTableSectionElement>, ExceptionState&);
DHTMLTableElement.cpp83 void HTMLTableElement::setTHead(PassRefPtrWillBeRawPtr<HTMLTableSectionElement> newHead, ExceptionS… in setTHead() function in blink::HTMLTableElement
119 setTHead(head, IGNORE_EXCEPTION); in createTHead()