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

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFormElement.cpp36 #include "core/html/HTMLFormElement.h"
48 return constUnwrap<HTMLFormElement>()->shouldAutocomplete();
53 return constUnwrap<HTMLFormElement>()->action();
58 return constUnwrap<HTMLFormElement>()->name();
63 return constUnwrap<HTMLFormElement>()->method();
68 return constUnwrap<HTMLFormElement>()->wasUserSubmitted();
73 unwrap<HTMLFormElement>()->submit();
80 unwrap<HTMLFormElement>()->getNamedElements(name, tempVector);
86 const HTMLFormElement* form = constUnwrap<HTMLFormElement>();
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormElement.cpp26 #include "core/html/HTMLFormElement.h"
66 HTMLFormElement::HTMLFormElement(Document& document) function in class:blink::HTMLFormElement
84 PassRefPtrWillBeRawPtr<HTMLFormElement> HTMLFormElement::create(Document& document)
87 return adoptRefWillBeNoop(new HTMLFormElement(document));
90 HTMLFormElement::~HTMLFormElement()
100 void HTMLFormElement::trace(Visitor* visitor)
112 bool HTMLFormElement
[all...]

Completed in 219 milliseconds