Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLFormControlElement.cpp341 bool newWillValidate = recalcWillValidate(); in setNeedsWillValidateCheck() local
342 if (m_willValidateInitialized && m_willValidate == newWillValidate) in setNeedsWillValidateCheck()
345 m_willValidate = newWillValidate; in setNeedsWillValidateCheck()