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

/external/webkit/Source/WebKit/chromium/public/
H A DWebFormElement.h48 class WebFormElement : public WebElement { class in namespace:WebKit
50 ~WebFormElement() { reset(); }
52 WebFormElement() : WebElement() { } function in class:WebKit::WebFormElement
53 WebFormElement(const WebFormElement& element) : WebElement(element) { } function in class:WebKit::WebFormElement
55 WebFormElement& operator=(const WebFormElement& element)
60 void assign(const WebFormElement& element) { WebElement::assign(element); }
73 WebFormElement(const WTF::PassRefPtr<WebCore::HTMLFormElement>&);
74 WebFormElement
[all...]
H A DWebFrameClient.h48 class WebFormElement;
156 virtual void willSendSubmitEvent(WebFrame*, const WebFormElement&) { } argument
159 virtual void willSubmitForm(WebFrame*, const WebFormElement&) { } argument
/external/webkit/Source/WebKit/chromium/src/
H A DWebFormElement.cpp32 #include "WebFormElement.h"
49 bool WebFormElement::autoComplete() const
54 WebString WebFormElement::action() const
59 WebString WebFormElement::name() const
64 WebString WebFormElement::method() const
69 bool WebFormElement::wasUserSubmitted() const
74 void WebFormElement::submit()
79 void WebFormElement::getNamedElements(const WebString& name,
87 void WebFormElement::getFormControlElements(WebVector<WebFormControlElement>& result) const
105 WebFormElement function in class:WebKit::WebFormElement
[all...]

Completed in 1707 milliseconds