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

  /external/chromium_org/third_party/WebKit/public/web/
WebFormElement.h 48 class WebFormElement : public WebElement {
50 ~WebFormElement() { reset(); }
52 WebFormElement() : WebElement() { }
53 WebFormElement(const WebFormElement& element) : WebElement(element) { }
55 WebFormElement& operator=(const WebFormElement& element)
60 void assign(const WebFormElement& element) { WebElement::assign(element); }
79 WEBKIT_EXPORT void finishRequestAutocomplete(WebFormElement::AutocompleteResult);
82 WebFormElement(const WTF::PassRefPtr<WebCore::HTMLFormElement>&)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFormElement.cpp 32 #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 bool WebFormElement::checkValidityWithoutDispatchingEvents(
    [all...]

Completed in 82 milliseconds