Searched defs:HTMLFormElement (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFormElement.cpp38 #include "core/html/HTMLFormElement.h"
51 return constUnwrap<HTMLFormElement>()->shouldAutocomplete();
56 return constUnwrap<HTMLFormElement>()->action();
61 return constUnwrap<HTMLFormElement>()->name();
66 return constUnwrap<HTMLFormElement>()->method();
71 return constUnwrap<HTMLFormElement>()->wasUserSubmitted();
76 unwrap<HTMLFormElement>()->submit();
83 unwrap<HTMLFormElement>()->getNamedElements(name, tempVector);
89 const HTMLFormElement* form = constUnwrap<HTMLFormElement>();
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormElement.cpp26 #include "core/html/HTMLFormElement.h"
62 HTMLFormElement::HTMLFormElement(Document& document) function in class:WebCore::HTMLFormElement
71 , m_requestAutocompleteTimer(this, &HTMLFormElement::requestAutocompleteTimerFired)
76 PassRefPtr<HTMLFormElement> HTMLFormElement::create(Document& document)
79 return adoptRef(new HTMLFormElement(document));
82 HTMLFormElement::~HTMLFormElement()
92 bool HTMLFormElement
[all...]

Completed in 61 milliseconds