HomeSort by relevance Sort by last modified time
    Searched defs:WebFormControlElement (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/public/web/
WebFormControlElement.h 45 class WebFormControlElement : public WebElement {
47 WebFormControlElement() : WebElement() { }
48 WebFormControlElement(const WebFormControlElement& e) : WebElement(e) { }
50 WebFormControlElement& operator=(const WebFormControlElement& e)
55 void assign(const WebFormControlElement& e) { WebElement::assign(e); }
119 WebFormControlElement(const PassRefPtrWillBeRawPtr<WebCore::HTMLFormControlElement>&);
120 WebFormControlElement& operator=(const PassRefPtrWillBeRawPtr<WebCore::HTMLFormControlElement>&);
  /external/chromium_org/third_party/WebKit/Source/web/
WebFormControlElement.cpp 32 #include "public/web/WebFormControlElement.h"
46 bool WebFormControlElement::isEnabled() const
51 bool WebFormControlElement::isReadOnly() const
56 WebString WebFormControlElement::formControlName() const
61 WebString WebFormControlElement::formControlType() const
66 void WebFormControlElement::dispatchFormControlChangeEvent()
71 bool WebFormControlElement::isAutofilled() const
76 void WebFormControlElement::setAutofilled(bool autofilled)
81 WebString WebFormControlElement::nameForAutofill() const
86 bool WebFormControlElement::autoComplete() cons
    [all...]

Completed in 65 milliseconds