OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTMLTableElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/html/
HTMLTableElement.h
37
class
HTMLTableElement
: public HTMLElement {
39
HTMLTableElement
(const QualifiedName&, Document*);
HTMLTableElement.cpp
26
#include "
HTMLTableElement
.h"
45
HTMLTableElement
::
HTMLTableElement
(const QualifiedName& tagName, Document* doc)
56
bool
HTMLTableElement
::checkDTD(const Node* newChild)
67
HTMLTableCaptionElement*
HTMLTableElement
::caption() const
76
void
HTMLTableElement
::setCaption(PassRefPtr<HTMLTableCaptionElement> newCaption, ExceptionCode& ec)
82
HTMLTableSectionElement*
HTMLTableElement
::tHead() const
91
void
HTMLTableElement
::setTHead(PassRefPtr<HTMLTableSectionElement> newHead, ExceptionCode& ec)
103
HTMLTableSectionElement*
HTMLTableElement
::tFoot() const
112
void
HTMLTableElement
::setTFoot(PassRefPtr<HTMLTableSectionElement> newFoot, ExceptionCode& ec
[
all
...]
Completed in 147 milliseconds