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

  /external/chromium_org/third_party/WebKit/Source/core/html/
ValidityState.cpp 74 bool ValidityState::customError() const
76 return m_control->customError();
FormAssociatedElement.cpp 187 bool FormAssociatedElement::customError() const
231 || tooLong() || patternMismatch() || valueMissing() || hasBadInput() || customError();
247 return customError() ? m_customValidationMessage : String();

Completed in 73 milliseconds