HomeSort by relevance Sort by last modified time
    Searched defs:HTMLTableCellElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/html/
HTMLTableCellElement.h 33 class HTMLTableCellElement : public HTMLTablePartElement {
35 HTMLTableCellElement(const QualifiedName&, Document*);
36 ~HTMLTableCellElement();
HTMLTableCellElement.cpp 26 #include "HTMLTableCellElement.h"
50 HTMLTableCellElement::HTMLTableCellElement(const QualifiedName& tagName, Document *doc)
61 HTMLTableCellElement::~HTMLTableCellElement()
65 int HTMLTableCellElement::cellIndex() const
76 bool HTMLTableCellElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
92 void HTMLTableCellElement::parseMappedAttribute(MappedAttribute *attr)
127 void HTMLTableCellElement::additionalAttributeStyleDecls(Vector<CSSMutableStyleDeclaration*>& results)
137 bool HTMLTableCellElement::isURLAttribute(Attribute *attr) cons
    [all...]

Completed in 49 milliseconds