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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTableElement.cpp26 #include "core/html/HTMLTableElement.h"
55 inline HTMLTableElement::HTMLTableElement(Document& document) function in class:blink::HTMLTableElement
65 DEFINE_NODE_FACTORY(HTMLTableElement)
67 HTMLTableCaptionElement* HTMLTableElement::caption() const
72 void HTMLTableElement::setCaption(PassRefPtrWillBeRawPtr<HTMLTableCaptionElement> newCaption, ExceptionState& exceptionState)
78 HTMLTableSectionElement* HTMLTableElement::tHead() const
83 void HTMLTableElement::setTHead(PassRefPtrWillBeRawPtr<HTMLTableSectionElement> newHead, ExceptionState& exceptionState)
96 HTMLTableSectionElement* HTMLTableElement::tFoot() const
101 void HTMLTableElement
[all...]

Completed in 64 milliseconds