OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTMLTableRowElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/html/
HTMLTableRowElement.h
33
class
HTMLTableRowElement
: public HTMLTablePartElement {
35
HTMLTableRowElement
(const QualifiedName&, Document*);
HTMLTableRowElement.cpp
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(
[
all
...]
Completed in 783 milliseconds