Searched refs:willValidate (Results 1 - 24 of 24) sorted by relevance

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_domhtmltexareaelement.py7 self.assertResultIsBOOL(DOMHTMLTextAreaElement.willValidate)
H A Dtest_domhtmlbuttonelement.py12 self.assertResultIsBOOL(DOMHTMLButtonElement.willValidate)
H A Dtest_domhtmlselectelement.py14 self.assertResultIsBOOL(DOMHTMLSelectElement.willValidate)
H A Dtest_domhtmlinputelement.py24 self.assertResultIsBOOL(DOMHTMLInputElement.willValidate)
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLFieldSetElement.idl29 readonly attribute boolean willValidate;
H A DHTMLKeygenElement.h37 virtual bool willValidate() const { return false; } function in class:WebCore::FINAL
H A DHTMLKeygenElement.idl41 readonly attribute boolean willValidate;
H A DHTMLOutputElement.idl34 readonly attribute boolean willValidate;
H A DHTMLOutputElement.h44 virtual bool willValidate() const { return false; } function in class:WebCore::FINAL
H A DHTMLButtonElement.idl34 readonly attribute boolean willValidate;
H A DHTMLObjectElement.idl43 readonly attribute boolean willValidate;
H A DHTMLSelectElement.idl57 readonly attribute boolean willValidate;
H A DHTMLTextAreaElement.idl41 readonly attribute boolean willValidate;
H A DHTMLFormControlElement.cpp364 bool HTMLFormControlElement::willValidate() const function in class:WebCore::HTMLFormControlElement
384 // We need to recalculate willValidate immediately because willValidate change can causes style change.
402 if (renderer() && willValidate())
417 if (!willValidate() || isValidFormControlElement())
439 if (willValidate() && newIsValid != m_isValid) {
H A DHTMLInputElement.cpp267 return willValidate() && tooLong(value(), CheckDirtyFlag);
272 return willValidate() && m_inputType->typeMismatch();
277 return willValidate() && m_inputType->valueMissing(value());
282 return willValidate() && m_inputType->hasBadInput();
287 return willValidate() && m_inputType->patternMismatch(value());
310 return willValidate() && m_inputType->rangeUnderflow(value());
315 return willValidate() && m_inputType->rangeOverflow(value());
320 if (!willValidate())
341 return willValidate() && m_inputType->stepMismatch(value());
H A DHTMLTextAreaElement.cpp456 if (!willValidate())
473 return willValidate() && valueMissing(value());
478 return willValidate() && tooLong(value(), CheckDirtyFlag);
H A DHTMLFormControlElement.h89 virtual bool willValidate() const;
127 // This must be called any time the result of willValidate() has changed.
H A DHTMLInputElement.idl74 readonly attribute boolean willValidate;
H A DFormAssociatedElement.cpp190 return element->willValidate() && !m_customValidationMessage.isEmpty();
H A DHTMLSelectElement.cpp154 if (!willValidate())
165 if (!willValidate())
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DSelectorChecker.cpp680 return element->willValidate() && element->isValidFormControlElement();
683 return element->willValidate() && !element->isValidFormControlElement();
H A DStyleResolver.cpp541 bool willValidate = element->willValidate(); local
543 if (willValidate != state.element()->willValidate())
546 if (willValidate && (element->isValidFormControlElement() != state.element()->isValidFormControlElement()))
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DPublicDOMInterfaces.h417 @property(readonly) BOOL willValidate AVAILABLE_IN_WEBKIT_VERSION_4_0;
624 @property(readonly) BOOL willValidate AVAILABLE_IN_WEBKIT_VERSION_4_0;
782 @property(readonly) BOOL willValidate AVAILABLE_IN_WEBKIT_VERSION_4_0;
891 @property(readonly) BOOL willValidate AVAILABLE_IN_WEBKIT_VERSION_4_0;
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DElement.h576 virtual bool willValidate() const { return false; } function in class:WebCore::Element

Completed in 211 milliseconds