Home | History | Annotate | Download | only in editing

Lines Matching defs:createHTMLElement

863 PassRefPtr<HTMLElement> createHTMLElement(Document* document, const QualifiedName& name)
865 return HTMLElementFactory::createHTMLElement(name, document, 0, false);
868 PassRefPtr<HTMLElement> createHTMLElement(Document* document, const AtomicString& tagName)
870 return createHTMLElement(document, QualifiedName(nullAtom, tagName, xhtmlNamespaceURI));