OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTMLTableCellElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/html/
HTMLTableCellElement.h
33
class
HTMLTableCellElement
: public HTMLTablePartElement {
35
static PassRefPtr<
HTMLTableCellElement
> create(const QualifiedName&, Document*);
51
HTMLTableCellElement
* cellAbove() const;
54
HTMLTableCellElement
(const QualifiedName&, Document*);
HTMLTableCellElement.cpp
26
#include "
HTMLTableCellElement
.h"
50
inline
HTMLTableCellElement
::
HTMLTableCellElement
(const QualifiedName& tagName, Document* document)
57
PassRefPtr<
HTMLTableCellElement
>
HTMLTableCellElement
::create(const QualifiedName& tagName, Document* document)
59
return adoptRef(new
HTMLTableCellElement
(tagName, document));
62
int
HTMLTableCellElement
::cellIndex() const
73
bool
HTMLTableCellElement
::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
89
void
HTMLTableCellElement
::parseMappedAttribute(Attribute* attr)
122
void
HTMLTableCellElement
::additionalAttributeStyleDecls(Vector<CSSMutableStyleDeclaration*>& results
[
all
...]
Completed in 19 milliseconds