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

/external/chromium_org/third_party/WebKit/public/web/
H A DWebFormControlElement.h43 class WebFormControlElement : public WebElement { class in namespace:blink
45 WebFormControlElement() : WebElement() { } function in class:blink::WebFormControlElement
46 WebFormControlElement(const WebFormControlElement& e) : WebElement(e) { } function in class:blink::WebFormControlElement
48 WebFormControlElement& operator=(const WebFormControlElement& e)
53 void assign(const WebFormControlElement& e) { WebElement::assign(e); }
117 WebFormControlElement(const PassRefPtrWillBeRawPtr<HTMLFormControlElement>&);
118 WebFormControlElement& operator=(const PassRefPtrWillBeRawPtr<HTMLFormControlElement>&);
H A DWebAutofillClient.h36 class WebFormControlElement;
51 virtual void textFieldDidChange(const WebFormControlElement&) { } argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFormControlElement.cpp32 #include "public/web/WebFormControlElement.h"
45 bool WebFormControlElement::isEnabled() const
50 bool WebFormControlElement::isReadOnly() const
55 WebString WebFormControlElement::formControlName() const
60 WebString WebFormControlElement::formControlType() const
65 void WebFormControlElement::dispatchFormControlChangeEvent()
70 bool WebFormControlElement::isAutofilled() const
75 void WebFormControlElement::setAutofilled(bool autofilled)
80 WebString WebFormControlElement::nameForAutofill() const
85 bool WebFormControlElement
188 WebFormControlElement::WebFormControlElement(const PassRefPtrWillBeRawPtr<HTMLFormControlElement>& elem) function in class:blink::WebFormControlElement
[all...]

Completed in 826 milliseconds