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"
49 HTMLTableElement::HTMLTableElement(const QualifiedName& tagName, Document* document) function in class:WebCore::HTMLTableElement
61 PassRefPtr<HTMLTableElement> HTMLTableElement::create(Document* document)
63 return adoptRef(new HTMLTableElement(tableTag, document));
66 PassRefPtr<HTMLTableElement> HTMLTableElement::create(const QualifiedName& tagName, Document* document)
68 return adoptRef(new HTMLTableElement(tagName, document));
71 HTMLTableCaptionElement* HTMLTableElement
[all...]

Completed in 94 milliseconds