HomeSort by relevance Sort by last modified time
    Searched refs:willValidate (Results 1 - 16 of 16) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLFieldSetElement.idl 25 readonly attribute boolean willValidate;
ValidityState.cpp 41 if (!toHTMLElement(m_control)->willValidate())
109 if (!element->willValidate())
130 if (!element->willValidate())
141 if (!element->willValidate())
153 if (!element->willValidate())
170 if (!element->willValidate())
182 if (!element->willValidate())
194 if (!element->willValidate())
206 return element->willValidate() && !m_customErrorMessage.isEmpty();
HTMLKeygenElement.h 37 virtual bool willValidate() const { return false; }
HTMLOutputElement.h 44 virtual bool willValidate() const { return false; }
HTMLKeygenElement.idl 43 readonly attribute boolean willValidate;
HTMLOutputElement.idl 35 readonly attribute boolean willValidate;
HTMLButtonElement.idl 40 readonly attribute boolean willValidate;
HTMLSelectElement.idl 40 readonly attribute boolean willValidate;
HTMLTextAreaElement.idl 43 readonly attribute boolean willValidate;
HTMLObjectElement.idl 45 readonly attribute boolean willValidate;
HTMLFormControlElement.cpp 323 bool HTMLFormControlElement::willValidate() const
339 // We need to recalculate willValidte immediately because willValidate
362 if (renderer() && willValidate()) {
400 if (!willValidate() || isValidFormControlElement())
422 if (willValidate() && newIsValid != m_isValid) {
HTMLFormControlElement.h 90 virtual bool willValidate() const;
129 // This must be called any time the result of willValidate() has changed.
HTMLInputElement.idl 78 readonly attribute boolean willValidate;
  /external/webkit/Source/WebCore/dom/
Element.h 318 virtual bool willValidate() const { return false; }
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 422 @property(readonly) BOOL willValidate AVAILABLE_IN_WEBKIT_VERSION_4_0;
628 @property(readonly) BOOL willValidate AVAILABLE_IN_WEBKIT_VERSION_4_0;
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 394 milliseconds