Home | History | Annotate | Download | only in editing

Lines Matching refs:createHTMLElement

894 PassRefPtr<HTMLElement> createHTMLElement(Document* document, const QualifiedName& name)
896 return HTMLElementFactory::createHTMLElement(name, document, 0, false);
899 PassRefPtr<HTMLElement> createHTMLElement(Document* document, const AtomicString& tagName)
901 return createHTMLElement(document, QualifiedName(nullAtom, tagName, xhtmlNamespaceURI));