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

  /external/webkit/Source/WebCore/html/
HTMLModElement.cpp 24 #include "HTMLModElement.h"
32 inline HTMLModElement::HTMLModElement(const QualifiedName& tagName, Document* document)
37 PassRefPtr<HTMLModElement> HTMLModElement::create(const QualifiedName& tagName, Document* document)
39 return adoptRef(new HTMLModElement(tagName, document));
42 bool HTMLModElement::isURLAttribute(Attribute* attribute) const
HTMLModElement.h 31 class HTMLModElement : public HTMLElement {
33 static PassRefPtr<HTMLModElement> create(const QualifiedName&, Document*);
36 HTMLModElement(const QualifiedName&, Document*);

Completed in 35 milliseconds