Searched refs:typeMismatch (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DValidityState.cpp39 bool ValidityState::typeMismatch() const function in class:blink::ValidityState
41 return m_control->typeMismatch();
H A DValidityState.idl27 readonly attribute boolean typeMismatch;
H A DValidityState.h54 bool typeMismatch() const;
H A DFormAssociatedElement.h85 virtual bool typeMismatch() const;
H A DFormAssociatedElement.cpp242 bool FormAssociatedElement::typeMismatch() const function in class:blink::FormAssociatedElement
249 bool someError = typeMismatch() || stepMismatch() || rangeUnderflow() || rangeOverflow()
H A DHTMLInputElement.h66 virtual bool typeMismatch() const OVERRIDE FINAL;
H A DHTMLInputElement.cpp222 bool HTMLInputElement::typeMismatch() const function in class:blink::HTMLInputElement
224 return willValidate() && m_inputType->typeMismatch();
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DURLInputType.h47 virtual bool typeMismatch() const OVERRIDE;
H A DURLInputType.cpp61 bool URLInputType::typeMismatch() const function in class:blink::URLInputType
H A DEmailInputType.h47 virtual bool typeMismatch() const OVERRIDE;
H A DBaseDateAndTimeInputType.h64 virtual bool typeMismatch() const OVERRIDE;
H A DNumberInputType.h53 virtual bool typeMismatch() const OVERRIDE;
H A DBaseDateAndTimeInputType.cpp76 bool BaseDateAndTimeInputType::typeMismatch() const function in class:blink::BaseDateAndTimeInputType
H A DInputType.h109 virtual bool typeMismatch() const;
H A DNumberInputType.cpp138 bool NumberInputType::typeMismatch() const function in class:blink::NumberInputType
H A DInputType.cpp216 bool InputType::typeMismatch() const function in class:blink::InputType
364 if (typeMismatch())
H A DEmailInputType.cpp196 bool EmailInputType::typeMismatch() const function in class:blink::EmailInputType

Completed in 227 milliseconds