Home | History | Annotate | Download | only in parser

Lines Matching defs:form

10  * 2. Redistributions in binary form must reproduce the above copyright
250 void HTMLConstructionSite::setForm(HTMLFormElement* form)
254 m_form = form;
645 // Only associate the element with the current form if we're creating the new element
647 HTMLFormElement* form = document->frame() ? m_form.get() : 0;
649 // have to pass the current form element. We should rework form association
651 RefPtr<Element> element = HTMLElementFactory::createHTMLElement(tagName, document, form, true);