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

/external/webkit/WebCore/html/
H A DHTMLTableRowElement.h33 class HTMLTableRowElement : public HTMLTablePartElement { class in namespace:WebCore
35 HTMLTableRowElement(const QualifiedName&, Document*);
H A DHTMLTableRowElement.cpp26 #include "HTMLTableRowElement.h"
41 HTMLTableRowElement::HTMLTableRowElement(const QualifiedName& tagName, Document* doc) function in class:WebCore::HTMLTableRowElement
47 bool HTMLTableRowElement::checkDTD(const Node* newChild)
55 ContainerNode* HTMLTableRowElement::addChild(PassRefPtr<Node> child)
69 int HTMLTableRowElement::rowIndex() const
119 int HTMLTableRowElement::sectionRowIndex() const
133 PassRefPtr<HTMLElement> HTMLTableRowElement::insertCell(int index, ExceptionCode& ec)
156 void HTMLTableRowElement::deleteCell(int index, ExceptionCode& ec)
169 PassRefPtr<HTMLCollection> HTMLTableRowElement
[all...]

Completed in 59 milliseconds