Home | History | Annotate | Download | only in web

Lines Matching defs:WebInputElement

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*);
127 inline const WebInputElement* toWebInputElement(const WebElement* element)