Searched defs:WebFormElement (Results 1 – 5 of 5) sorted by relevance
52 WebFormElement() : WebElement() { } in WebFormElement() function53 WebFormElement(const WebFormElement& element) : WebElement(element) { } in WebFormElement() function
38 class WebFormElement; variable
57 class WebFormElement; variable
48 class WebFormElement; variable156 virtual void willSendSubmitEvent(WebFrame*, const WebFormElement&) { } in willSendSubmitEvent()159 virtual void willSubmitForm(WebFrame*, const WebFormElement&) { } in willSubmitForm()
105 WebFormElement::WebFormElement(const PassRefPtr<HTMLFormElement>& e) in WebFormElement() function in WebKit::WebFormElement