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 45 class WebFormElement : public WebElement {
47 ~WebFormElement() { reset(); }
49 WebFormElement() : WebElement() { }
50 WebFormElement(const WebFormElement& element) : WebElement(element) { }
52 WebFormElement& operator=(const WebFormElement& element)
57 void assign(const WebFormElement& element) { WebElement::assign(element); }
79 BLINK_EXPORT void finishRequestAutocomplete(WebFormElement::AutocompleteResult);
82 WebFormElement(const PassRefPtrWillBeRawPtr<HTMLFormElement>&)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFormElement.cpp 32 #include "public/web/WebFormElement.h"
46 bool WebFormElement::autoComplete() const
51 WebString WebFormElement::action() const
56 WebString WebFormElement::name() const
61 WebString WebFormElement::method() const
66 bool WebFormElement::wasUserSubmitted() const
71 void WebFormElement::submit()
76 void WebFormElement::getNamedElements(const WebString& name,
84 void WebFormElement::getFormControlElements(WebVector<WebFormControlElement>& result) const
97 bool WebFormElement::checkValidity(
    [all...]

Completed in 61 milliseconds