Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DFormAssociatedElement.cpp191 return element->willValidate() && !m_customValidationMessage.isEmpty(); in customError()
243 return m_customValidationMessage; in customValidationMessage()
248 return customError() ? m_customValidationMessage : String(); in validationMessage()
253 m_customValidationMessage = error; in setCustomValidity()
DFormAssociatedElement.h118 String m_customValidationMessage; variable