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

/external/chromium_org/third_party/WebKit/public/web/
H A DWebInputElement.h45 class WebInputElement : public WebFormControlElement { class in namespace:WebKit
53 WebInputElement() : WebFormControlElement() { } function in class:WebKit::WebInputElement
54 WebInputElement(const WebInputElement& element) : WebFormControlElement(element) { } function in class:WebKit::WebInputElement
56 WebInputElement& operator=(const WebInputElement& element)
61 void assign(const WebInputElement& element) { WebFormControlElement::assign(element); }
119 WebInputElement(const WTF::PassRefPtr<WebCore::HTMLInputElement>&);
120 WebInputElement& operator=(const WTF::PassRefPtr<WebCore::HTMLInputElement>&);
125 WEBKIT_EXPORT WebInputElement* toWebInputElemen
[all...]
H A DWebAutofillClient.h38 class WebInputElement;
91 virtual void textFieldDidEndEditing(const WebInputElement&) { } argument
92 virtual void textFieldDidChange(const WebInputElement&) { } argument
93 virtual void textFieldDidReceiveKeyDown(const WebInputElement&, const WebKeyboardEvent&) { } argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputElement.cpp32 #include "WebInputElement.h"
50 bool WebInputElement::isTextField() const
55 bool WebInputElement::isText() const
60 bool WebInputElement::isPasswordField() const
65 bool WebInputElement::isImageButton() const
70 bool WebInputElement::isRadioButton() const
75 bool WebInputElement::isCheckbox() const
80 bool WebInputElement::autoComplete() const
85 int WebInputElement::maxLength() const
90 bool WebInputElement
264 WebInputElement::WebInputElement(const PassRefPtr<HTMLInputElement>& elem) function in class:WebKit::WebInputElement
[all...]

Completed in 121 milliseconds