Searched refs:HTMLModElement (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLModElement.cpp24 #include "HTMLModElement.h"
32 inline HTMLModElement::HTMLModElement(const QualifiedName& tagName, Document* document) function in class:WebCore::HTMLModElement
37 PassRefPtr<HTMLModElement> HTMLModElement::create(const QualifiedName& tagName, Document* document)
39 return adoptRef(new HTMLModElement(tagName, document));
42 bool HTMLModElement::isURLAttribute(const Attribute& attribute) const
H A DHTMLModElement.h31 class HTMLModElement FINAL : public HTMLElement {
33 static PassRefPtr<HTMLModElement> create(const QualifiedName&, Document*);
36 HTMLModElement(const QualifiedName&, Document*);
H A DHTMLModElement.idl20 interface HTMLModElement : HTMLElement {

Completed in 198 milliseconds