Home | History | Annotate | Download | only in html

Lines Matching defs:HTMLInputElement

47 class HTMLInputElement : public HTMLTextFormControlElement {
49 static PassRefPtr<HTMLInputElement> create(const QualifiedName&, Document*, HTMLFormElement*, bool createdByParser);
50 virtual ~HTMLInputElement();
79 // Implementations of HTMLInputElement::stepUp() and stepDown().
247 HTMLInputElement* checkedRadioButtonForGroup() const;
295 HTMLInputElement(const QualifiedName&, Document*, HTMLFormElement*, bool createdByParser);
418 inline HTMLInputElement* toHTMLInputElement(Node* node)
421 return static_cast<HTMLInputElement*>(node);
424 inline const HTMLInputElement* toHTMLInputElement(const Node* node)
427 return static_cast<const HTMLInputElement*>(node);