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

  /external/chromium_org/third_party/WebKit/Source/core/html/
FormAssociatedElement.cpp 190 return element->willValidate() && !m_customValidationMessage.isEmpty();
242 return m_customValidationMessage;
247 return customError() ? m_customValidationMessage : String();
252 m_customValidationMessage = error;
FormAssociatedElement.h 118 String m_customValidationMessage;

Completed in 46 milliseconds