Home | History | Annotate | Download | only in web

Lines Matching refs:HTMLFormElement

38 #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>();
107 return unwrap<HTMLFormElement>()->checkValidityWithoutDispatchingEvents();
112 unwrap<HTMLFormElement>()->finishRequestAutocomplete(static_cast<HTMLFormElement::AutocompleteResult>(result));
115 WebFormElement::WebFormElement(const PassRefPtr<HTMLFormElement>& e)
120 WebFormElement& WebFormElement::operator=(const PassRefPtr<HTMLFormElement>& e)
126 WebFormElement::operator PassRefPtr<HTMLFormElement>() const