Home | History | Annotate | Download | only in html

Lines Matching refs:tagName

73 HTMLInputElement::HTMLInputElement(const QualifiedName& tagName, Document* document, HTMLFormElement* form, bool createdByParser)
74 : HTMLTextFormControlElement(tagName, document, form)
90 PassRefPtr<HTMLInputElement> HTMLInputElement::create(const QualifiedName& tagName, Document* document, HTMLFormElement* form, bool createdByParser)
92 return adoptRef(new HTMLInputElement(tagName, document, form, createdByParser));