OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTMLTableCaptionElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/html/
HTMLTableCaptionElement.h
33
class
HTMLTableCaptionElement
: public HTMLTablePartElement {
35
HTMLTableCaptionElement
(const QualifiedName&, Document*);
HTMLTableCaptionElement.cpp
26
#include "
HTMLTableCaptionElement
.h"
36
HTMLTableCaptionElement
::
HTMLTableCaptionElement
(const QualifiedName& tagName, Document *doc)
42
bool
HTMLTableCaptionElement
::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
52
void
HTMLTableCaptionElement
::parseMappedAttribute(MappedAttribute *attr)
61
String
HTMLTableCaptionElement
::align() const
66
void
HTMLTableCaptionElement
::setAlign(const String &value)
Completed in 95 milliseconds