Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLFormElement.idl29 [Reflect] attribute boolean noValidate;
DHTMLFormElement.h85 bool noValidate() const;
DHTMLFormElement.cpp215 if (!document().page() || noValidate()) in validateInteractively()
636 bool HTMLFormElement::noValidate() const in noValidate() function in WebCore::HTMLFormElement