Searched defs:HTMLInputElement (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.h47 class HTMLInputElement : public HTMLTextFormControlElement { class in namespace:WebCore
49 static PassRefPtrWillBeRawPtr<HTMLInputElement> create(Document&, HTMLFormElement*, bool createdByParser);
50 virtual ~HTMLInputElement();
80 // Implementations of HTMLInputElement::stepUp() and stepDown().
224 HTMLInputElement* checkedRadioButtonForGroup() const;
274 HTMLInputElement(Document&, HTMLFormElement*, bool createdByParser);
H A DHTMLInputElement.cpp30 #include "core/html/HTMLInputElement.h"
87 static PassOwnPtrWillBeRawPtr<ListAttributeTargetObserver> create(const AtomicString& id, HTMLInputElement*);
92 ListAttributeTargetObserver(const AtomicString& id, HTMLInputElement*);
94 RawPtrWillBeMember<HTMLInputElement> m_element;
101 const int HTMLInputElement::maximumLength = 524288;
105 HTMLInputElement::HTMLInputElement(Document& document, HTMLFormElement* form, bool createdByParser) function in class:WebCore::HTMLInputElement
132 PassRefPtrWillBeRawPtr<HTMLInputElement> HTMLInputElement::create(Document& document, HTMLFormElement* form, bool createdByParser)
134 RefPtrWillBeRawPtr<HTMLInputElement> inputElemen
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputElement.cpp38 #include "core/html/HTMLInputElement.h"
52 return constUnwrap<HTMLInputElement>()->isTextField();
57 return constUnwrap<HTMLInputElement>()->isText();
62 return constUnwrap<HTMLInputElement>()->isPasswordField();
67 return constUnwrap<HTMLInputElement>()->isImageButton();
72 return constUnwrap<HTMLInputElement>()->isRadioButton();
77 return constUnwrap<HTMLInputElement>()->isCheckbox();
82 return constUnwrap<HTMLInputElement>()->maxLength();
87 unwrap<HTMLInputElement>()->setActivatedSubmit(activated);
92 return constUnwrap<HTMLInputElement>()
[all...]

Completed in 69 milliseconds