Searched refs:m_customValidationMessage (Results 1 – 2 of 2) sorted by relevance
191 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()
118 String m_customValidationMessage; variable