HomeSort by relevance Sort by last modified time
    Searched defs:HTMLTableSectionElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLTableSectionElement.h 33 class HTMLTableSectionElement : public HTMLTablePartElement {
35 static PassRefPtr<HTMLTableSectionElement> create(const QualifiedName&, Document*);
57 HTMLTableSectionElement(const QualifiedName& tagName, Document*);
HTMLTableSectionElement.cpp 26 #include "HTMLTableSectionElement.h"
40 inline HTMLTableSectionElement::HTMLTableSectionElement(const QualifiedName& tagName, Document* document)
45 PassRefPtr<HTMLTableSectionElement> HTMLTableSectionElement::create(const QualifiedName& tagName, Document* document)
47 return adoptRef(new HTMLTableSectionElement(tagName, document));
51 void HTMLTableSectionElement::additionalAttributeStyleDecls(Vector<CSSMutableStyleDeclaration*>& results)
63 PassRefPtr<HTMLElement> HTMLTableSectionElement::insertRow(int index, ExceptionCode& ec)
86 void HTMLTableSectionElement::deleteRow(int index, ExceptionCode& ec)
99 int HTMLTableSectionElement::numRows() cons
    [all...]

Completed in 507 milliseconds