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

  /external/chromium_org/third_party/WebKit/public/web/
WebInputElement.h 45 class WebInputElement : public WebFormControlElement {
53 WebInputElement() : WebFormControlElement() { }
54 WebInputElement(const WebInputElement& element) : WebFormControlElement(element) { }
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* toWebInputElement(WebElement*)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputElement.cpp 32 #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::isActivatedSubmit() cons
    [all...]

Completed in 39 milliseconds