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

  /external/webkit/WebCore/html/
HTMLModElement.h 31 class HTMLModElement : public HTMLElement {
33 HTMLModElement(const QualifiedName&, Document*);
HTMLModElement.cpp 23 #include "HTMLModElement.h"
31 HTMLModElement::HTMLModElement(const QualifiedName& tagName, Document *doc)
36 String HTMLModElement::cite() const
41 void HTMLModElement::setCite(const String& value)
46 String HTMLModElement::dateTime() const
51 void HTMLModElement::setDateTime(const String& value)

Completed in 748 milliseconds