Home
last modified time | relevance | path

Searched refs:noValidate (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLFormElement.idl31 attribute [Reflect] boolean noValidate;
DHTMLFormElement.h91 bool noValidate() const;
DHTMLFormElement.cpp211 …t()->page() || !document()->page()->settings()->interactiveFormValidationEnabled() || noValidate()) in validateInteractively()
525 bool HTMLFormElement::noValidate() const in noValidate() function in WebCore::HTMLFormElement
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2962211 Minor fix: "novalidate" attribute renamed in "noValidate", according to
62216 (WebCore::HTMLFormElement::noValidate):
DChangeLog-2011-02-1645334 (WebCore::HTMLFormElement::noValidate):
DChangeLog-2010-05-2424308 prevents the submission if neither noValidate nor formNoValidate is