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

  /external/webkit/WebCore/html/
HTMLTableSectionElement.h 33 class HTMLTableSectionElement : public HTMLTablePartElement {
35 HTMLTableSectionElement(const QualifiedName& tagName, Document*);
HTMLTableSectionElement.cpp 25 #include "HTMLTableSectionElement.h"
39 HTMLTableSectionElement::HTMLTableSectionElement(const QualifiedName& tagName, Document* document)
44 bool HTMLTableSectionElement::checkDTD(const Node* newChild)
52 ContainerNode* HTMLTableSectionElement::addChild(PassRefPtr<Node> child)
67 void HTMLTableSectionElement::additionalAttributeStyleDecls(Vector<CSSMutableStyleDeclaration*>& results)
79 PassRefPtr<HTMLElement> HTMLTableSectionElement::insertRow(int index, ExceptionCode& ec)
102 void HTMLTableSectionElement::deleteRow(int index, ExceptionCode& ec)
115 int HTMLTableSectionElement::numRows() const
128 String HTMLTableSectionElement::align() cons
    [all...]

Completed in 22 milliseconds