Home | History | Annotate | Download | only in html

Lines Matching defs:HTMLTableRowElement

26 #include "HTMLTableRowElement.h"
41 HTMLTableRowElement::HTMLTableRowElement(const QualifiedName& tagName, Document* doc)
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::cells()
174 void HTMLTableRowElement::setCells(HTMLCollection *, ExceptionCode& ec)
179 String HTMLTableRowElement::align() const
184 void HTMLTableRowElement::setAlign(const String &value)
189 String HTMLTableRowElement::bgColor() const
194 void HTMLTableRowElement::setBgColor(const String &value)
199 String HTMLTableRowElement::ch() const
204 void HTMLTableRowElement::setCh(const String &value)
209 String HTMLTableRowElement::chOff() const
214 void HTMLTableRowElement::setChOff(const String &value)
219 String HTMLTableRowElement::vAlign() const
224 void HTMLTableRowElement::setVAlign(const String &value)