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

  /external/webkit/Source/WebCore/html/
HTMLKeygenElement.h 37 virtual bool willValidate() const { return false; }
HTMLOutputElement.h 44 virtual bool willValidate() const { return false; }
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) {
  /external/webkit/Source/WebCore/dom/
Element.h 318 virtual bool willValidate() const { return false; }

Completed in 832 milliseconds