Lines Matching refs:HTMLTableRowElement
41 HTMLTableRowElement::HTMLTableRowElement(const QualifiedName& tagName, Document* doc) in HTMLTableRowElement() function in WebCore::HTMLTableRowElement
47 bool HTMLTableRowElement::checkDTD(const Node* newChild) in checkDTD()
55 ContainerNode* HTMLTableRowElement::addChild(PassRefPtr<Node> child) in addChild()
69 int HTMLTableRowElement::rowIndex() const in rowIndex()
119 int HTMLTableRowElement::sectionRowIndex() const in sectionRowIndex()
133 PassRefPtr<HTMLElement> HTMLTableRowElement::insertCell(int index, ExceptionCode& ec) in insertCell()
156 void HTMLTableRowElement::deleteCell(int index, ExceptionCode& ec) in deleteCell()
169 PassRefPtr<HTMLCollection> HTMLTableRowElement::cells() in cells()
174 void HTMLTableRowElement::setCells(HTMLCollection *, ExceptionCode& ec) in setCells()
179 String HTMLTableRowElement::align() const in align()
184 void HTMLTableRowElement::setAlign(const String &value) in setAlign()
189 String HTMLTableRowElement::bgColor() const in bgColor()
194 void HTMLTableRowElement::setBgColor(const String &value) in setBgColor()
199 String HTMLTableRowElement::ch() const in ch()
204 void HTMLTableRowElement::setCh(const String &value) in setCh()
209 String HTMLTableRowElement::chOff() const in chOff()
214 void HTMLTableRowElement::setChOff(const String &value) in setChOff()
219 String HTMLTableRowElement::vAlign() const in vAlign()
224 void HTMLTableRowElement::setVAlign(const String &value) in setVAlign()