Home | History | Annotate | Download | only in dom

Lines Matching full:formelement

302         print F " formElement" if $enabledTags{$tagName}{constructorNeedsFormElement};
329 print F ", formElement" if $enabledTags{$tagName}{constructorNeedsFormElement};
766 print F ", HTMLFormElement* formElement" if $parameters{namespace} eq "HTML";
796 print F " return function(qName, document, formElement, createdByParser);\n";