Searched defs:HTMLTableCellElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLTableCellElement.h33 class HTMLTableCellElement : public HTMLTablePartElement { class in namespace:WebCore
35 static PassRefPtr<HTMLTableCellElement> create(const QualifiedName&, Document*);
51 HTMLTableCellElement* cellAbove() const;
54 HTMLTableCellElement(const QualifiedName&, Document*);
H A DHTMLTableCellElement.cpp26 #include "HTMLTableCellElement.h"
50 inline HTMLTableCellElement::HTMLTableCellElement(const QualifiedName& tagName, Document* document) function in class:WebCore::HTMLTableCellElement
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
[all...]

Completed in 889 milliseconds